OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spawning_host
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc
180
WebApplicationCacheHostImpl*
spawning_host
= FromFrame(spawning_frame);
local
181
if (
spawning_host
&& (
spawning_host
!= this) &&
182
(
spawning_host
->status_ != appcache::UNCACHED)) {
183
backend_->SetSpawningHostId(host_id_,
spawning_host
->host_id());
/external/chromium_org/webkit/browser/appcache/
appcache_request_handler.cc
234
const AppCacheHost*
spawning_host
=
local
237
GURL preferred_manifest_url =
spawning_host
?
238
spawning_host
->preferred_manifest_url() : GURL();
Completed in 290 milliseconds