Searched refs:didReceiveResponseForMainResource (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/worker/
H A Dworker_webapplicationcachehost_impl.cc25 void WorkerWebApplicationCacheHostImpl::didReceiveResponseForMainResource( function in class:content::WorkerWebApplicationCacheHostImpl
H A Dworker_webapplicationcachehost_impl.h40 virtual void didReceiveResponseForMainResource(
/external/chromium_org/third_party/WebKit/public/web/
H A DWebApplicationCacheHost.h87 virtual void didReceiveResponseForMainResource(const WebURLResponse&) { } function in class:blink::WebApplicationCacheHost
/external/chromium_org/third_party/WebKit/Source/web/
H A DApplicationCacheHost.cpp118 void ApplicationCacheHost::didReceiveResponseForMainResource(const ResourceResponse& response) function in class:WebCore::ApplicationCacheHost
122 m_internal->m_outerHost->didReceiveResponseForMainResource(wrapped);
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.h54 virtual void didReceiveResponseForMainResource(const blink::WebURLResponse&);
H A Dweb_application_cache_host_impl.cc252 void WebApplicationCacheHostImpl::didReceiveResponseForMainResource( function in class:content::WebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.h115 void didReceiveResponseForMainResource(const ResourceResponse&);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp504 m_applicationCacheHost->didReceiveResponseForMainResource(response);

Completed in 127 milliseconds