Searched defs:ServiceWorkerHandle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.cc42 scoped_ptr<ServiceWorkerHandle> ServiceWorkerHandle::Create(
49 return scoped_ptr<ServiceWorkerHandle>();
52 return make_scoped_ptr(new ServiceWorkerHandle(
56 ServiceWorkerHandle::ServiceWorkerHandle( function in class:content::ServiceWorkerHandle
74 ServiceWorkerHandle::~ServiceWorkerHandle() {
83 void ServiceWorkerHandle::OnWorkerStarted(ServiceWorkerVersion* version) {
86 void ServiceWorkerHandle
[all...]
H A Dservice_worker_handle.h30 class CONTENT_EXPORT ServiceWorkerHandle class in namespace:content
39 static scoped_ptr<ServiceWorkerHandle> Create(
46 ServiceWorkerHandle(base::WeakPtr<ServiceWorkerContextCore> context,
52 virtual ~ServiceWorkerHandle();
92 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerHandle);

Completed in 312 milliseconds