Home
last modified time | relevance | path

Searched refs:WebApplicationCacheManagerProxy (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebApplicationCacheManagerProxy.cpp36 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::WebApplicationCacheManagerProxy
46 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 …]
DWebApplicationCacheManagerProxy.h52 class WebApplicationCacheManagerProxy : public APIObject {
56 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*);
57 virtual ~WebApplicationCacheManagerProxy();
71 WebApplicationCacheManagerProxy(WebContext*);
DWebContext.h48 class WebApplicationCacheManagerProxy; variable
146WebApplicationCacheManagerProxy* applicationCacheManagerProxy() const { return m_applicationCacheM… in applicationCacheManagerProxy()
248 RefPtr<WebApplicationCacheManagerProxy> m_applicationCacheManagerProxy;
DWebApplicationCacheManagerProxy.messages.in23 messages -> WebApplicationCacheManagerProxy {
DWebContext.cpp117 , m_applicationCacheManagerProxy(WebApplicationCacheManagerProxy::create(this)) in WebContext()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKApplicationCacheManager.cpp36 return toAPI(WebApplicationCacheManagerProxy::APIType); in WKApplicationCacheManagerGetTypeID()
DWKAPICast.h54 class WebApplicationCacheManagerProxy; variable
80 WK_ADD_API_MAPPING(WKApplicationCacheManagerRef, WebApplicationCacheManagerProxy) in WK_ADD_API_MAPPING() argument
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
DWebApplicationCacheManager.cpp83 …WebProcess::shared().connection()->send(Messages::WebApplicationCacheManagerProxy::DidGetApplicati… in getApplicationCacheOrigins()
/external/webkit/Source/WebKit2/
DDerivedSources.make56 WebApplicationCacheManagerProxy \
DDerivedSources.pro104 WebApplicationCacheManagerProxy.messages.in \
DWebKit2.pro192 UIProcess/WebApplicationCacheManagerProxy.h \
396 UIProcess/WebApplicationCacheManagerProxy.cpp \
DChangeLog4050 * 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 …]
DGNUmakefile.am415 Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h \
416 Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp \
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj294 …A /* WebApplicationCacheManagerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 512E352013…
295 …9A /* WebApplicationCacheManagerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 512E3521130…
1180WebApplicationCacheManagerProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileT…
1181WebApplicationCacheManagerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp…
1187WebApplicationCacheManagerProxy.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 */,