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

  /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/WebCore/platform/network/chromium/
CookieJarChromium.cpp 70 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/haiku/
CookieJarHaiku.cpp 78 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/soup/
CookieJarSoup.cpp 125 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp 89 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp 136 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 55 void WebCookieManager::getHostnamesWithCookies(uint64_t callbackID)
61 WebCore::getHostnamesWithCookies(hostnames);
  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.cpp 71 void WebCookieManagerProxy::getHostnamesWithCookies(PassRefPtr<ArrayCallback> prpCallback)
80 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::GetHostnamesWithCookies(callbackID));
  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 236 void getHostnamesWithCookies(HashSet<String>& hostnames)

Completed in 259 milliseconds