Searched defs:worker_process_id (Results 1 – 7 of 7) sorted by relevance
23 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()
69 void CheckWorkerState(int worker_process_id, in CheckWorkerState()80 void CheckWorkerNotExist(int worker_process_id, int worker_route_id) { in CheckWorkerNotExist()
34 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()
94 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() local524 int worker_process_id, in RenderProcessReservedCallback()577 int worker_process_id, in RenderProcessReserveFailedCallback()
77 static bool MockTryIncrementWorkerRefCount(int worker_process_id) { in MockTryIncrementWorkerRefCount()
400 int worker_process_id; member in WorkerDevToolsSanityTest::WorkerData