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

  /external/chromium_org/content/browser/service_worker/
service_worker_handle.cc 42 scoped_ptr<ServiceWorkerHandle> ServiceWorkerHandle::Create(
49 return scoped_ptr<ServiceWorkerHandle>();
52 return make_scoped_ptr(new ServiceWorkerHandle(
56 ServiceWorkerHandle::ServiceWorkerHandle(
74 ServiceWorkerHandle::~ServiceWorkerHandle() {
83 void ServiceWorkerHandle::OnWorkerStarted(ServiceWorkerVersion* version) {
86 void ServiceWorkerHandle::OnWorkerStopped(ServiceWorkerVersion* version)
    [all...]
service_worker_handle.h 30 class CONTENT_EXPORT ServiceWorkerHandle
39 static scoped_ptr<ServiceWorkerHandle> Create(
46 ServiceWorkerHandle(base::WeakPtr<ServiceWorkerContextCore> context,
52 virtual ~ServiceWorkerHandle();
92 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerHandle);
service_worker_dispatcher_host.h 24 class ServiceWorkerHandle;
58 void RegisterServiceWorkerHandle(scoped_ptr<ServiceWorkerHandle> handle);
164 IDMap<ServiceWorkerHandle, IDMapOwnPointer> handles_;
service_worker_handle_unittest.cc 81 scoped_ptr<ServiceWorkerHandle> handle =
82 ServiceWorkerHandle::Create(helper_->context()->AsWeakPtr(),
service_worker_registration_handle.cc 53 scoped_ptr<ServiceWorkerHandle> handle =
54 ServiceWorkerHandle::Create(context_,
service_worker_provider_host.cc 205 scoped_ptr<ServiceWorkerHandle> handle =
206 ServiceWorkerHandle::Create(context_,
service_worker_context_core.h 46 class ServiceWorkerHandle;
service_worker_dispatcher_host.cc 201 scoped_ptr<ServiceWorkerHandle> handle) {
380 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
620 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
632 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);

Completed in 48 milliseconds