Home
last modified time | relevance | path

Searched refs:m_applicationCacheManagerProxy (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp117 , 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()
DWebContext.h146 …eManagerProxy* applicationCacheManagerProxy() const { return m_applicationCacheManagerProxy.get();… in applicationCacheManagerProxy()
248 RefPtr<WebApplicationCacheManagerProxy> m_applicationCacheManagerProxy; variable