Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_host.h187 return parent_host_id_ != kNoHostId; in is_for_dedicated_worker()
209 int parent_host_id_; variable
Dappcache_host.cc49 parent_host_id_(kNoHostId), parent_process_id_(0), in AppCacheHost()
146 parent_host_id_ = parent_host_id; in SelectCacheForWorker()
277 return backend ? backend->GetHost(parent_host_id_) : NULL; in GetParentAppCacheHost()