Home
last modified time | relevance | path

Searched refs:worker_process_id (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/content/browser/devtools/
Dembedded_worker_devtools_manager.cc23 int worker_process_id, in GetForWorker() argument
26 ->GetDevToolsAgentHostForWorker(worker_process_id, worker_route_id); in GetForWorker()
84 int worker_process_id, in GetDevToolsAgentHostForWorker() argument
87 WorkerId(worker_process_id, worker_route_id)); in GetDevToolsAgentHostForWorker()
99 int worker_process_id, in SharedWorkerCreated() argument
103 const WorkerId id(worker_process_id, worker_route_id); in SharedWorkerCreated()
114 int worker_process_id, in ServiceWorkerCreated() argument
118 const WorkerId id(worker_process_id, worker_route_id); in ServiceWorkerCreated()
130 void EmbeddedWorkerDevToolsManager::WorkerDestroyed(int worker_process_id, in WorkerDestroyed() argument
133 const WorkerId id(worker_process_id, worker_route_id); in WorkerDestroyed()
[all …]
Dembedded_worker_devtools_manager.h60 DevToolsAgentHostImpl* GetDevToolsAgentHostForWorker(int worker_process_id,
67 bool SharedWorkerCreated(int worker_process_id,
73 bool ServiceWorkerCreated(int worker_process_id,
76 void WorkerReadyForInspection(int worker_process_id, int worker_route_id);
77 void WorkerContextStarted(int worker_process_id, int worker_route_id);
78 void WorkerDestroyed(int worker_process_id, int worker_route_id);
Dembedded_worker_devtools_manager_unittest.cc69 void CheckWorkerState(int worker_process_id, in CheckWorkerState() argument
72 const EmbeddedWorkerDevToolsManager::WorkerId id(worker_process_id, in CheckWorkerState()
80 void CheckWorkerNotExist(int worker_process_id, int worker_route_id) { in CheckWorkerNotExist() argument
81 const EmbeddedWorkerDevToolsManager::WorkerId id(worker_process_id, in CheckWorkerNotExist()
/external/chromium_org/content/browser/shared_worker/
Dshared_worker_service_impl.cc94 bool TryIncrementWorkerRefCount(int worker_process_id) { in TryIncrementWorkerRefCount() argument
96 RenderProcessHost::FromID(worker_process_id)); in TryIncrementWorkerRefCount()
181 int worker_process_id, in SharedWorkerReserver() argument
185 : worker_process_id_(worker_process_id), in SharedWorkerReserver()
457 void SharedWorkerServiceImpl::NotifyWorkerDestroyed(int worker_process_id, in NotifyWorkerDestroyed() argument
461 WorkerDestroyed(worker_process_id, worker_route_id)); in NotifyWorkerDestroyed()
473 int worker_process_id = -1; in ReserveRenderProcessToCreateWorker() local
483 worker_process_id = host->process_id(); in ReserveRenderProcessToCreateWorker()
489 worker_process_id = first_filter->render_process_id(); in ReserveRenderProcessToCreateWorker()
495 worker_process_id, in ReserveRenderProcessToCreateWorker()
[all …]
Dshared_worker_host.cc34 void NotifyWorkerReadyForInspection(int worker_process_id, in NotifyWorkerReadyForInspection() argument
40 worker_process_id, in NotifyWorkerReadyForInspection()
45 worker_process_id, worker_route_id); in NotifyWorkerReadyForInspection()
48 void NotifyWorkerContextStarted(int worker_process_id, int worker_route_id) { in NotifyWorkerContextStarted() argument
54 NotifyWorkerContextStarted, worker_process_id, worker_route_id)); in NotifyWorkerContextStarted()
58 worker_process_id, worker_route_id); in NotifyWorkerContextStarted()
61 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) { in NotifyWorkerDestroyed() argument
66 base::Bind(NotifyWorkerDestroyed, worker_process_id, worker_route_id)); in NotifyWorkerDestroyed()
70 worker_process_id, worker_route_id); in NotifyWorkerDestroyed()
Dshared_worker_service_impl.h98 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id); in NON_EXPORTED_BASE()
132 int worker_process_id, in NON_EXPORTED_BASE()
140 int worker_process_id, in NON_EXPORTED_BASE()
Dworker_document_set.cc33 int worker_process_id) const { in ContainsExternalRenderer()
36 if (i->render_process_id() != worker_process_id) in ContainsExternalRenderer()
Dworker_document_set.h69 bool ContainsExternalRenderer(int worker_process_id) const;
Dshared_worker_service_impl_unittest.cc77 static bool MockTryIncrementWorkerRefCount(int worker_process_id) { in MockTryIncrementWorkerRefCount() argument
79 return s_running_process_id_set_.find(worker_process_id) != in MockTryIncrementWorkerRefCount()
/external/chromium_org/content/browser/service_worker/
Dembedded_worker_instance.cc34 void NotifyWorkerReadyForInspection(int worker_process_id, in NotifyWorkerReadyForInspection() argument
40 worker_process_id, in NotifyWorkerReadyForInspection()
45 worker_process_id, worker_route_id); in NotifyWorkerReadyForInspection()
48 void NotifyWorkerContextStarted(int worker_process_id, int worker_route_id) { in NotifyWorkerContextStarted() argument
54 NotifyWorkerContextStarted, worker_process_id, worker_route_id)); in NotifyWorkerContextStarted()
58 worker_process_id, worker_route_id); in NotifyWorkerContextStarted()
61 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) { in NotifyWorkerDestroyed() argument
66 base::Bind(NotifyWorkerDestroyed, worker_process_id, worker_route_id)); in NotifyWorkerDestroyed()
70 worker_process_id, worker_route_id); in NotifyWorkerDestroyed()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_sanity_browsertest.cc399 WorkerData() : worker_process_id(0), worker_route_id(0) {} in WorkerData()
400 int worker_process_id; member in WorkerDevToolsSanityTest::WorkerData
422 worker_data_->worker_process_id = process_id; in WorkerCreated()
442 ASSERT_EQ(worker_data_->worker_process_id, process_id); in WorkerDestroyed()
465 worker_data->worker_process_id, worker_data->worker_route_id)) in TerminateWorkerOnIOThread()
483 worker_data->worker_process_id = worker_info[0].process_id; in WaitForFirstSharedWorkerOnIOThread()
507 worker_data->worker_process_id, in OpenDevToolsWindowForSharedWorker()
/external/chromium_org/content/public/browser/
Ddevtools_agent_host.h55 static scoped_refptr<DevToolsAgentHost> GetForWorker(int worker_process_id,