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

  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxyClient.h 35 class WebCookieManagerProxy;
39 void cookiesDidChange(WebCookieManagerProxy*);
WebCookieManagerProxy.cpp 27 #include "WebCookieManagerProxy.h"
36 PassRefPtr<WebCookieManagerProxy> WebCookieManagerProxy::create(WebContext* context)
38 return adoptRef(new WebCookieManagerProxy(context));
41 WebCookieManagerProxy::WebCookieManagerProxy(WebContext* context)
46 WebCookieManagerProxy::~WebCookieManagerProxy()
50 void WebCookieManagerProxy::invalidate()
56 bool WebCookieManagerProxy::shouldTerminate(WebProcessProxy*) cons
    [all...]
WebCookieManagerProxyClient.cpp 33 void WebCookieManagerProxyClient::cookiesDidChange(WebCookieManagerProxy* cookieManager)
WebCookieManagerProxy.h 51 class WebCookieManagerProxy : public APIObject {
55 static PassRefPtr<WebCookieManagerProxy> create(WebContext*);
56 virtual ~WebCookieManagerProxy();
78 WebCookieManagerProxy(WebContext*);
WebContext.h 49 class WebCookieManagerProxy;
147 WebCookieManagerProxy* cookieManagerProxy() const { return m_cookieManagerProxy.get(); }
249 RefPtr<WebCookieManagerProxy> m_cookieManagerProxy;
WebContext.cpp 40 #include "WebCookieManagerProxy.h"
118 , m_cookieManagerProxy(WebCookieManagerProxy::create(this))
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebCookieManagerProxyMac.mm 27 #import "WebCookieManagerProxy.h"
31 void WebCookieManagerProxy::persistHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicy policy)
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 66 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::DidGetHostnamesWithCookies(hostnameList, callbackID), 0);
97 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::CookiesDidChange(), 0);
109 WebProcess::shared().connection()->send(Messages::WebCookieManagerProxy::DidGetHTTPCookieAcceptPolicy(platformGetHTTPCookieAcceptPolicy(), callbackID), 0);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKCookieManager.cpp 30 #include "WebCookieManagerProxy.h"
36 return toAPI(WebCookieManagerProxy::APIType);
WKAPICast.h 59 class WebCookieManagerProxy;
87 WK_ADD_API_MAPPING(WKCookieManagerRef, WebCookieManagerProxy)

Completed in 146 milliseconds