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

  /external/webkit/Source/WebCore/platform/
CookieJar.h 49 void getHostnamesWithCookies(HashSet<String>& hostnames);
  /external/webkit/Source/WebCore/platform/efl/
CookieJarEfl.cpp 55 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/android/
CookieJarAndroid.cpp 55 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.h 55 void getHostnamesWithCookies(uint64_t callbackID);
WebCookieManager.cpp 55 void WebCookieManager::getHostnamesWithCookies(uint64_t callbackID)
61 WebCore::getHostnamesWithCookies(hostnames);
  /external/webkit/Source/WebCore/platform/haiku/
CookieJarHaiku.cpp 78 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/chromium/
CookieJarChromium.cpp 70 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/curl/
CookieJarCurl.cpp 71 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp 89 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKCookieManager.cpp 48 toImpl(cookieManagerRef)->getHostnamesWithCookies(ArrayCallback::create(context, callback));
  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.h 63 void getHostnamesWithCookies(PassRefPtr<ArrayCallback>);
WebCookieManagerProxy.cpp 71 void WebCookieManagerProxy::getHostnamesWithCookies(PassRefPtr<ArrayCallback> prpCallback)
80 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::GetHostnamesWithCookies(callbackID));
  /external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp 125 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp 136 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/mac/
CookieJar.mm 228 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 236 void getHostnamesWithCookies(HashSet<String>& hostnames)

Completed in 259 milliseconds