/external/chromium_org/content/browser/devtools/ |
D | embedded_worker_devtools_manager.cc | 23 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 …]
|
D | embedded_worker_devtools_manager.h | 60 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);
|
D | embedded_worker_devtools_manager_unittest.cc | 69 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/ |
D | shared_worker_service_impl.cc | 94 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 …]
|
D | shared_worker_host.cc | 34 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()
|
D | shared_worker_service_impl.h | 98 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()
|
D | worker_document_set.cc | 33 int worker_process_id) const { in ContainsExternalRenderer() 36 if (i->render_process_id() != worker_process_id) in ContainsExternalRenderer()
|
D | worker_document_set.h | 69 bool ContainsExternalRenderer(int worker_process_id) const;
|
D | shared_worker_service_impl_unittest.cc | 77 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/ |
D | embedded_worker_instance.cc | 34 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/ |
D | devtools_sanity_browsertest.cc | 399 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/ |
D | devtools_agent_host.h | 55 static scoped_refptr<DevToolsAgentHost> GetForWorker(int worker_process_id,
|