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

/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_registry.h38 class CONTENT_EXPORT EmbeddedWorkerRegistry class in namespace:content
39 : public NON_EXPORTED_BASE(base::RefCounted<EmbeddedWorkerRegistry>) {
43 static scoped_refptr<EmbeddedWorkerRegistry> Create(
48 static scoped_refptr<EmbeddedWorkerRegistry> Create(
50 EmbeddedWorkerRegistry* old_registry);
101 friend class base::RefCounted<EmbeddedWorkerRegistry>;
107 EmbeddedWorkerRegistry(
110 ~EmbeddedWorkerRegistry();
130 DISALLOW_COPY_AND_ASSIGN(EmbeddedWorkerRegistry);
H A Dembedded_worker_registry.cc21 scoped_refptr<EmbeddedWorkerRegistry> EmbeddedWorkerRegistry::Create(
23 return make_scoped_refptr(new EmbeddedWorkerRegistry(context, 0));
27 scoped_refptr<EmbeddedWorkerRegistry> EmbeddedWorkerRegistry::Create(
29 EmbeddedWorkerRegistry* old_registry) {
30 scoped_refptr<EmbeddedWorkerRegistry> registry =
31 new EmbeddedWorkerRegistry(
38 scoped_ptr<EmbeddedWorkerInstance> EmbeddedWorkerRegistry::CreateWorker() {
45 ServiceWorkerStatusCode EmbeddedWorkerRegistry
205 EmbeddedWorkerRegistry::EmbeddedWorkerRegistry( function in class:content::EmbeddedWorkerRegistry
[all...]

Completed in 144 milliseconds