Searched defs:WebApplicationCacheManagerProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebApplicationCacheManagerProxy.cpp27 #include "WebApplicationCacheManagerProxy.h"
36 PassRefPtr<WebApplicationCacheManagerProxy> WebApplicationCacheManagerProxy::create(WebContext* context)
38 return adoptRef(new WebApplicationCacheManagerProxy(context));
41 WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy(WebContext* context) function in class:WebKit::WebApplicationCacheManagerProxy
46 WebApplicationCacheManagerProxy::~WebApplicationCacheManagerProxy()
50 void WebApplicationCacheManagerProxy::invalidate()
55 bool WebApplicationCacheManagerProxy
[all...]
H A DWebApplicationCacheManagerProxy.h52 class WebApplicationCacheManagerProxy : public APIObject { class in namespace:WebKit
56 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*);
57 virtual ~WebApplicationCacheManagerProxy();
71 WebApplicationCacheManagerProxy(WebContext*);

Completed in 59 milliseconds