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

  /external/chromium_org/content/child/service_worker/
service_worker_provider_context.h 69 int installing_handle_id() const;
service_worker_provider_context.cc 111 else if (handle_id == installing_handle_id())
162 int ServiceWorkerProviderContext::installing_handle_id() const { function in class:content::ServiceWorkerProviderContext
service_worker_dispatcher.cc 179 worker_to_provider_.erase(provider_context->installing_handle_id());
313 worker_to_provider_.erase(provider->second->installing_handle_id());
524 int existing_installing_id = provider->second->installing_handle_id();

Completed in 66 milliseconds