Home
last modified time | relevance | path

Searched refs:kNoHostId (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_interceptor.cc35 if (!service || (host_id == kNoHostId)) in SetExtraRequestInfo()
81 DCHECK_NE(kNoHostId, new_host_id); in CompleteCrossSiteTransfer()
Dappcache_host.cc48 spawning_host_id_(kNoHostId), spawning_process_id_(0), in AppCacheHost()
49 parent_host_id_(kNoHostId), parent_process_id_(0), in AppCacheHost()
497 host_id_ = kNoHostId; in PrepareForTransfer()
Dappcache_host.h187 return parent_host_id_ != kNoHostId; in is_for_dedicated_worker()
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h26 static const int kNoHostId = 0; variable
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc82 DCHECK(client && backend && (host_id_ != appcache::kNoHostId)); in WebApplicationCacheHostImpl()
/external/chromium_org/content/child/
Dresource_dispatcher_unittest.cc174 request_info.appcache_host_id = appcache::kNoHostId; in CreateBridge()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_unittest.cc110 request.appcache_host_id = appcache::kNoHostId; in CreateResourceRequest()