Searched refs:m_applicationCacheHost (Results 1 – 2 of 2) sorted by relevance
84 , m_applicationCacheHost(adoptPtr(new ApplicationCacheHost(this))) in DocumentLoader()163 m_applicationCacheHost->failedLoadingMainResource(); in mainReceivedError()285 m_applicationCacheHost->finishedLoadingMainResource(); in finishedLoading()439 m_applicationCacheHost->didReceiveResponseForMainResource(response); in responseReceived()535 m_applicationCacheHost->mainResourceDataReceived(data, length); in dataReceived()571 m_applicationCacheHost->setApplicationCache(0); in detachFromFrame()724 m_applicationCacheHost->willStartLoadingMainResource(m_request); in startLoadingMainResource()737 m_applicationCacheHost = adoptPtr(new ApplicationCacheHost(this)); in startLoadingMainResource()
132 ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); } in applicationCacheHost()221 OwnPtr<ApplicationCacheHost> m_applicationCacheHost; variable