Searched defs:spawning_host_impl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc172 const WebApplicationCacheHostImpl* spawning_host_impl = local
174 if (spawning_host_impl && (spawning_host_impl != this) &&
175 (spawning_host_impl->status_ != APPCACHE_STATUS_UNCACHED)) {
176 backend_->SetSpawningHostId(host_id_, spawning_host_impl->host_id());

Completed in 112 milliseconds