Home
last modified time | relevance | path

Searched refs:WorkerDestroyed (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/public/browser/
Dworker_service_observer.h21 virtual void WorkerDestroyed(int process_id, int route_id) {} in WorkerDestroyed() function
/external/chromium_org/chrome/browser/task_manager/
Dworker_resource_provider.h55 virtual void WorkerDestroyed(int process_id, int route_id) OVERRIDE;
Dworker_resource_provider.cc274 void WorkerResourceProvider::WorkerDestroyed(int process_id, int route_id) { in WorkerDestroyed() function in task_manager::WorkerResourceProvider
/external/chromium_org/content/browser/devtools/
Dworker_devtools_manager.cc166 static void WorkerDestroyed(WorkerId id) { in WorkerDestroyed() function in content::WorkerDevToolsManager::DetachedClientHosts
267 void WorkerDevToolsManager::WorkerDestroyed( in WorkerDestroyed() function in content::WorkerDevToolsManager
284 base::Bind(&DetachedClientHosts::WorkerDestroyed, worker_id)); in WorkerDestroyed()
Dworker_devtools_manager.h51 void WorkerDestroyed(WorkerProcessHost* process, int worker_route_id);
/external/chromium_org/content/browser/worker_host/
Dworker_service_impl.cc641 WorkerDevToolsManager::GetInstance()->WorkerDestroyed( in NotifyWorkerDestroyed()
644 WorkerDestroyed(process->GetData().id, worker_route_id)); in NotifyWorkerDestroyed()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_targets_ui.cc233 virtual void WorkerDestroyed(int process_id, int route_id) OVERRIDE { in WorkerDestroyed() function in __anonc0f89a4e0111::WorkerObserver
Ddevtools_sanity_browsertest.cc480 virtual void WorkerDestroyed(int process_id, int route_id) OVERRIDE { in WorkerDestroyed() function in __anon95e44f920111::WorkerDevToolsSanityTest::WorkerTerminationObserver