Searched refs:CreateWorker (Results 1 – 9 of 9) sorted by relevance
70 embedded_worker_registry()->CreateWorker(); in TEST_F()114 embedded_worker_registry()->CreateWorker(); in TEST_F()
23 embedded_worker_ = worker_registry->CreateWorker(); in ServiceWorkerVersion()
41 scoped_ptr<EmbeddedWorkerInstance> CreateWorker(); in NON_EXPORTED_BASE()
21 scoped_ptr<EmbeddedWorkerInstance> EmbeddedWorkerRegistry::CreateWorker() { in CreateWorker() function in content::EmbeddedWorkerRegistry
63 WorkerServiceImpl::GetInstance()->CreateWorker( in OnCreateWorker()
43 void CreateWorker(const ViewHostMsg_CreateWorker_Params& params, in NON_EXPORTED_BASE()
153 void CreateWorker(const WorkerInstance& instance);
286 void WorkerServiceImpl::CreateWorker( in CreateWorker() function in content::WorkerServiceImpl481 worker->CreateWorker(instance); in CreateWorkerFromInstance()
273 void WorkerProcessHost::CreateWorker(const WorkerInstance& instance) { in CreateWorker() function in content::WorkerProcessHost