Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_request_handler.cc241 const AppCacheHost* spawning_host = in MaybeLoadMainResource() local
244 GURL preferred_manifest_url = spawning_host ? in MaybeLoadMainResource()
245 spawning_host->preferred_manifest_url() : GURL(); in MaybeLoadMainResource()
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc163 WebURLRequest& request, const WebApplicationCacheHost* spawning_host) { in willStartMainResourceRequest() argument
173 static_cast<const WebApplicationCacheHostImpl*>(spawning_host); in willStartMainResourceRequest()