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

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_interceptor.cc35 if (!service || (host_id == kNoHostId))
H A Dappcache_host.h178 return parent_host_id_ != kNoHostId;
H A Dappcache_host.cc48 spawning_host_id_(kNoHostId), spawning_process_id_(0),
49 parent_host_id_(kNoHostId), parent_process_id_(0),
/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.h26 static const int kNoHostId = 0; member in namespace:appcache
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc82 DCHECK(client && backend && (host_id_ != appcache::kNoHostId));
/external/chromium_org/content/child/
H A Dresource_dispatcher_unittest.cc175 request_info.appcache_host_id = appcache::kNoHostId;
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc103 request.appcache_host_id = appcache::kNoHostId;

Completed in 117 milliseconds