HomeSort by relevance Sort by last modified time
    Searched refs:main_resource_appcache_id (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.h 16 int64 main_resource_appcache_id; // Only valid for shared workers. member in struct:content::WorkerAppCacheInitInfo
20 main_resource_appcache_id(0) {
25 main_resource_appcache_id(cache_id) {
worker_webapplicationcachehost_impl.cc 18 init_info.main_resource_appcache_id);
  /external/chromium_org/content/browser/worker_host/
worker_process_host.h 56 int64 main_resource_appcache_id,
106 int64 main_resource_appcache_id() const { function in class:content::WorkerProcessHost::WorkerInstance
worker_process_host.cc 297 params.shared_worker_appcache_id = instance.main_resource_appcache_id();
596 int64 main_resource_appcache_id,
604 main_resource_appcache_id_(main_resource_appcache_id),

Completed in 57 milliseconds