Home
last modified time | relevance | path

Searched refs:newCookies (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dcookiejar.cpp86 QList<QNetworkCookie> newCookies = QNetworkCookie::parseCookies(value); in operator >>() local
87 if (newCookies.count() == 0 && value.length() != 0) { in operator >>()
90 for (int j = 0; j < newCookies.count(); ++j) in operator >>()
91 list.append(newCookies.at(j)); in operator >>()