Home
last modified time | relevance | path

Searched refs:main_resource_appcache_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/worker/
Dworker_webapplicationcachehost_impl.h16 int64 main_resource_appcache_id; // Only valid for shared workers. member
20 main_resource_appcache_id(0) { in WorkerAppCacheInitInfo()
25 main_resource_appcache_id(cache_id) { in WorkerAppCacheInitInfo()
Dworker_webapplicationcachehost_impl.cc18 init_info.main_resource_appcache_id); in WorkerWebApplicationCacheHostImpl()
/external/chromium_org/content/browser/worker_host/
Dworker_process_host.h63 int64 main_resource_appcache_id,
113 int64 main_resource_appcache_id() const { in main_resource_appcache_id() function
Dworker_process_host.cc284 params.shared_worker_appcache_id = instance.main_resource_appcache_id(); in CreateWorker()
578 int64 main_resource_appcache_id, in WorkerInstance() argument
586 main_resource_appcache_id_(main_resource_appcache_id), in WorkerInstance()