HomeSort by relevance Sort by last modified time
    Searched refs:firstPartyString (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/network/soup/
ResourceRequestSoup.cpp 49 String firstPartyString = firstPartyForCookies().string();
50 if (!firstPartyString.isEmpty()) {
51 GOwnPtr<SoupURI> firstParty(soup_uri_new(firstPartyString.utf8().data()));
72 String firstPartyString = firstPartyForCookies().string();
73 if (!firstPartyString.isEmpty()) {
74 GOwnPtr<SoupURI> firstParty(soup_uri_new(firstPartyString.utf8().data()));
ResourceHandleSoup.cpp 243 String firstPartyString = request.firstPartyForCookies().string();
244 if (!firstPartyString.isEmpty()) {
245 GOwnPtr<SoupURI> firstParty(soup_uri_new(firstPartyString.utf8().data()));
587 String firstPartyString = request.firstPartyForCookies().string();
588 if (!firstPartyString.isEmpty()) {
589 GOwnPtr<SoupURI> firstParty(soup_uri_new(firstPartyString.utf8().data()));

Completed in 24 milliseconds