Searched refs:WebApplicationCacheManagerProxy (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebApplicationCacheManagerProxy.cpp27 #include "WebApplicationCacheManagerProxy.h"
37 const char* WebApplicationCacheManagerProxy::supplementName()
39 return "WebApplicationCacheManagerProxy";
42 PassRefPtr<WebApplicationCacheManagerProxy> WebApplicationCacheManagerProxy::create(WebContext* context)
44 return adoptRef(new WebApplicationCacheManagerProxy(context));
47 WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy(WebContext* context) function in class:WebKit::WebApplicationCacheManagerProxy
50 context->addMessageReceiver(Messages::WebApplicationCacheManagerProxy::messageReceiverName(), *this);
53 WebApplicationCacheManagerProxy
[all...]
H A DWebApplicationCacheManagerProxy.h48 class WebApplicationCacheManagerProxy : public API::ObjectImpl<API::Object::Type::ApplicationCacheManager>, public WebContextSupplement, private IPC::MessageReceiver { class in namespace:WebKit
52 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*);
53 virtual ~WebApplicationCacheManagerProxy();
63 explicit WebApplicationCacheManagerProxy(WebContext*);
H A DWebContext.cpp40 #include "WebApplicationCacheManagerProxy.h"
201 addSupplement<WebApplicationCacheManagerProxy>();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKApplicationCacheManager.cpp30 #include "WebApplicationCacheManagerProxy.h"
36 return toAPI(WebApplicationCacheManagerProxy::APIType);
H A DWKAPICast.h66 class WebApplicationCacheManagerProxy;
105 WK_ADD_API_MAPPING(WKApplicationCacheManagerRef, WebApplicationCacheManagerProxy)
H A DWKContext.cpp44 #include "WebApplicationCacheManagerProxy.h"
395 return toAPI(toImpl(contextRef)->supplement<WebApplicationCacheManagerProxy>());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/ApplicationCache/
H A DWebApplicationCacheManager.cpp76 m_childProcess->send(Messages::WebApplicationCacheManagerProxy::DidGetApplicationCacheOrigins(identifiers, callbackID), 0);

Completed in 126 milliseconds