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

  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 117 , m_applicationCacheManagerProxy(WebApplicationCacheManagerProxy::create(this))
154 m_applicationCacheManagerProxy->invalidate();
155 m_applicationCacheManagerProxy->clearContext();
284 if (!m_applicationCacheManagerProxy->shouldTerminate(process))
336 m_applicationCacheManagerProxy->invalidate();
588 m_applicationCacheManagerProxy->didReceiveMessage(connection, messageID, arguments);
WebContext.h 146 WebApplicationCacheManagerProxy* applicationCacheManagerProxy() const { return m_applicationCacheManagerProxy.get(); }
248 RefPtr<WebApplicationCacheManagerProxy> m_applicationCacheManagerProxy;

Completed in 180 milliseconds