HomeSort by relevance Sort by last modified time
    Searched defs:WebApplicationCacheManagerProxy (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebApplicationCacheManagerProxy.cpp 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*) cons
    [all...]
WebApplicationCacheManagerProxy.h 52 class WebApplicationCacheManagerProxy : public APIObject {
56 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*);
57 virtual ~WebApplicationCacheManagerProxy();
71 WebApplicationCacheManagerProxy(WebContext*);

Completed in 63 milliseconds