HomeSort by relevance Sort by last modified time
    Searched defs:EmbeddedWorkerRegistry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/service_worker/
embedded_worker_registry.cc 21 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::StopWorker
    [all...]
embedded_worker_registry.h 38 class CONTENT_EXPORT EmbeddedWorkerRegistry
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);

Completed in 288 milliseconds