Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:WebApplicationCacheManagerProxy

27 #include "WebApplicationCacheManagerProxy.h"
36 PassRefPtr<WebApplicationCacheManagerProxy> WebApplicationCacheManagerProxy::create(WebContext* context)
38 return adoptRef(new WebApplicationCacheManagerProxy(context));
41 WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy(WebContext* context)
46 WebApplicationCacheManagerProxy::~WebApplicationCacheManagerProxy()
50 void WebApplicationCacheManagerProxy::invalidate()
55 bool WebApplicationCacheManagerProxy::shouldTerminate(WebProcessProxy*) const
60 void WebApplicationCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
65 void WebApplicationCacheManagerProxy::getApplicationCacheOrigins(PassRefPtr<ArrayCallback> prpCallback)
76 void WebApplicationCacheManagerProxy::didGetApplicationCacheOrigins(const Vector<SecurityOriginData>& originDatas, uint64_t callbackID)
82 void WebApplicationCacheManagerProxy::deleteEntriesForOrigin(WebSecurityOrigin* origin)
93 void WebApplicationCacheManagerProxy::deleteAllEntries()