HomeSort by relevance Sort by last modified time
    Searched full:didgethostnameswithcookies (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.messages.in 24 DidGetHostnamesWithCookies(Vector<WTF::String> hostnames, uint64_t callbackID);
WebCookieManagerProxy.h 82 void didGetHostnamesWithCookies(const Vector<String>&, uint64_t callbackID);
WebCookieManagerProxy.cpp 83 void WebCookieManagerProxy::didGetHostnamesWithCookies(const Vector<String>& hostnameList, uint64_t callbackID)
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 66 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::DidGetHostnamesWithCookies(hostnameList, callbackID), 0);

Completed in 1238 milliseconds