Searched refs:m_applicationCacheManagerProxy (Results 1 – 2 of 2) sorted by relevance
117 , m_applicationCacheManagerProxy(WebApplicationCacheManagerProxy::create(this)) in WebContext()154 m_applicationCacheManagerProxy->invalidate(); in ~WebContext()155 m_applicationCacheManagerProxy->clearContext(); in ~WebContext()284 if (!m_applicationCacheManagerProxy->shouldTerminate(process)) in shouldTerminate()336 m_applicationCacheManagerProxy->invalidate(); in disconnectProcess()588 m_applicationCacheManagerProxy->didReceiveMessage(connection, messageID, arguments); in didReceiveMessage()
146 …eManagerProxy* applicationCacheManagerProxy() const { return m_applicationCacheManagerProxy.get();… in applicationCacheManagerProxy()248 RefPtr<WebApplicationCacheManagerProxy> m_applicationCacheManagerProxy; variable