Searched refs:WebApplicationCacheManagerProxy (Results 1 – 14 of 14) sorted by relevance
36 PassRefPtr<WebApplicationCacheManagerProxy> WebApplicationCacheManagerProxy::create(WebContext* con… in create()38 return adoptRef(new WebApplicationCacheManagerProxy(context)); in create()41 WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy(WebContext* context) in WebApplicationCacheManagerProxy() function in WebKit::WebApplicationCacheManagerProxy46 WebApplicationCacheManagerProxy::~WebApplicationCacheManagerProxy() in ~WebApplicationCacheManagerProxy()50 void WebApplicationCacheManagerProxy::invalidate() in invalidate()55 bool WebApplicationCacheManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate()60 void WebApplicationCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::M… in didReceiveMessage()65 void WebApplicationCacheManagerProxy::getApplicationCacheOrigins(PassRefPtr<ArrayCallback> prpCallb… in getApplicationCacheOrigins()76 void WebApplicationCacheManagerProxy::didGetApplicationCacheOrigins(const Vector<SecurityOriginData… in didGetApplicationCacheOrigins()82 void WebApplicationCacheManagerProxy::deleteEntriesForOrigin(WebSecurityOrigin* origin) in deleteEntriesForOrigin()[all …]
52 class WebApplicationCacheManagerProxy : public APIObject {56 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*);57 virtual ~WebApplicationCacheManagerProxy();71 WebApplicationCacheManagerProxy(WebContext*);
48 class WebApplicationCacheManagerProxy; variable146 …WebApplicationCacheManagerProxy* applicationCacheManagerProxy() const { return m_applicationCacheM… in applicationCacheManagerProxy()248 RefPtr<WebApplicationCacheManagerProxy> m_applicationCacheManagerProxy;
23 messages -> WebApplicationCacheManagerProxy {
117 , m_applicationCacheManagerProxy(WebApplicationCacheManagerProxy::create(this)) in WebContext()
36 return toAPI(WebApplicationCacheManagerProxy::APIType); in WKApplicationCacheManagerGetTypeID()
54 class WebApplicationCacheManagerProxy; variable80 WK_ADD_API_MAPPING(WKApplicationCacheManagerRef, WebApplicationCacheManagerProxy) in WK_ADD_API_MAPPING() argument
83 …WebProcess::shared().connection()->send(Messages::WebApplicationCacheManagerProxy::DidGetApplicati… in getApplicationCacheOrigins()
56 WebApplicationCacheManagerProxy \
104 WebApplicationCacheManagerProxy.messages.in \
192 UIProcess/WebApplicationCacheManagerProxy.h \396 UIProcess/WebApplicationCacheManagerProxy.cpp \
4050 * UIProcess/WebApplicationCacheManagerProxy.cpp:4051 (WebKit::WebApplicationCacheManagerProxy::getApplicationCacheOrigins):4052 (WebKit::WebApplicationCacheManagerProxy::deleteEntriesForOrigin):4053 (WebKit::WebApplicationCacheManagerProxy::deleteAllEntries):5231 * UIProcess/WebApplicationCacheManagerProxy.cpp:5232 (WebKit::WebApplicationCacheManagerProxy::shouldTerminate):5233 * UIProcess/WebApplicationCacheManagerProxy.h:5711 * UIProcess/WebApplicationCacheManagerProxy.cpp:5712 (WebKit::WebApplicationCacheManagerProxy::getApplicationCacheOrigins):5713 (WebKit::WebApplicationCacheManagerProxy::deleteEntriesForOrigin):[all …]
415 Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h \416 Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp \
294 …A /* WebApplicationCacheManagerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 512E352013…295 …9A /* WebApplicationCacheManagerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 512E3521130…1180 …WebApplicationCacheManagerProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileT…1181 …WebApplicationCacheManagerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp…1187 …WebApplicationCacheManagerProxy.messages.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKn…2520 512E3520130B550100ABD19A /* WebApplicationCacheManagerProxy.cpp */,2521 512E3521130B550100ABD19A /* WebApplicationCacheManagerProxy.h */,2522 512E35F0130B638C00ABD19A /* WebApplicationCacheManagerProxy.messages.in */,3641 512E3525130B550600ABD19A /* WebApplicationCacheManagerProxy.h in Headers */,4257 512E3524130B550600ABD19A /* WebApplicationCacheManagerProxy.cpp in Sources */,