Home
last modified time | relevance | path

Searched defs:worker_process_id (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/devtools/
Dembedded_worker_devtools_manager.cc23 int worker_process_id, in GetForWorker()
84 int worker_process_id, in GetDevToolsAgentHostForWorker()
99 int worker_process_id, in SharedWorkerCreated()
114 int worker_process_id, in ServiceWorkerCreated()
130 void EmbeddedWorkerDevToolsManager::WorkerDestroyed(int worker_process_id, in WorkerDestroyed()
140 int worker_process_id, in WorkerReadyForInspection()
149 void EmbeddedWorkerDevToolsManager::WorkerContextStarted(int worker_process_id, in WorkerContextStarted()
Dembedded_worker_devtools_manager_unittest.cc69 void CheckWorkerState(int worker_process_id, in CheckWorkerState()
80 void CheckWorkerNotExist(int worker_process_id, int worker_route_id) { in CheckWorkerNotExist()
/external/chromium_org/content/browser/service_worker/
Dembedded_worker_instance.cc34 void NotifyWorkerReadyForInspection(int worker_process_id, in NotifyWorkerReadyForInspection()
48 void NotifyWorkerContextStarted(int worker_process_id, int worker_route_id) { in NotifyWorkerContextStarted()
61 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) { in NotifyWorkerDestroyed()
/external/chromium_org/content/browser/shared_worker/
Dshared_worker_host.cc34 void NotifyWorkerReadyForInspection(int worker_process_id, in NotifyWorkerReadyForInspection()
48 void NotifyWorkerContextStarted(int worker_process_id, int worker_route_id) { in NotifyWorkerContextStarted()
61 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) { in NotifyWorkerDestroyed()
Dshared_worker_service_impl.cc94 bool TryIncrementWorkerRefCount(int worker_process_id) { in TryIncrementWorkerRefCount()
181 int worker_process_id, in SharedWorkerReserver()
457 void SharedWorkerServiceImpl::NotifyWorkerDestroyed(int worker_process_id, in NotifyWorkerDestroyed()
473 int worker_process_id = -1; in ReserveRenderProcessToCreateWorker() local
524 int worker_process_id, in RenderProcessReservedCallback()
577 int worker_process_id, in RenderProcessReserveFailedCallback()
Dshared_worker_service_impl_unittest.cc77 static bool MockTryIncrementWorkerRefCount(int worker_process_id) { in MockTryIncrementWorkerRefCount()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_sanity_browsertest.cc400 int worker_process_id; member in WorkerDevToolsSanityTest::WorkerData