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

  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.cpp 83 void WebCookieManagerProxy::didGetHostnamesWithCookies(const Vector<String>& hostnameList, uint64_t callbackID)
91 size_t hostnameCount = hostnameList.size();
95 hostnames[i] = WebString::create(hostnameList[i]);
WebMediaCacheManagerProxy.cpp 75 void WebMediaCacheManagerProxy::didGetHostnamesWithMediaCache(const Vector<String>& hostnameList, uint64_t callbackID)
83 size_t hostnameCount = hostnameList.size();
87 hostnames[i] = WebString::create(hostnameList[i]);
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 63 Vector<String> hostnameList;
64 copyToVector(hostnames, hostnameList);
66 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::DidGetHostnamesWithCookies(hostnameList, callbackID), 0);

Completed in 3322 milliseconds