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

  /external/chromium_org/content/worker/
websharedworkerclient_proxy.cc 46 app_cache_host_(NULL) {
76 if (app_cache_host_) {
77 // app_cache_host_ could become stale as it's owned by blink's
79 app_cache_host_->backend()->SelectCacheForSharedWorker(
80 app_cache_host_->host_id(),
95 DCHECK(!app_cache_host_);
96 app_cache_host_ = new WorkerWebApplicationCacheHostImpl(client);
99 appcache_host_id_ = app_cache_host_->host_id();
100 return app_cache_host_;
websharedworkerclient_proxy.h 68 WorkerWebApplicationCacheHostImpl* app_cache_host_; member in class:content::WebSharedWorkerClientProxy
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_stub.cc 133 if (app_cache_host_) {
134 // app_cache_host_ could become stale as it's owned by blink's
136 app_cache_host_->backend()->SelectCacheForSharedWorker(
137 app_cache_host_->host_id(), app_cache_id);
151 app_cache_host_ = new SharedWorkerWebApplicationCacheHostImpl(client);
152 return app_cache_host_;
embedded_shared_worker_stub.h 87 WebApplicationCacheHostImpl* app_cache_host_; member in class:content::EmbeddedSharedWorkerStub

Completed in 3140 milliseconds