Searched defs:worker_route_id (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/devtools/
H A Dembedded_worker_devtools_manager_unittest.cc70 int worker_route_id,
73 worker_route_id);
80 void CheckWorkerNotExist(int worker_process_id, int worker_route_id) { argument
82 worker_route_id);
69 CheckWorkerState(int worker_process_id, int worker_route_id, WorkerState state) argument
H A Dembedded_worker_devtools_manager.cc24 int worker_route_id) {
26 ->GetDevToolsAgentHostForWorker(worker_process_id, worker_route_id);
85 int worker_route_id) {
87 WorkerId(worker_process_id, worker_route_id));
100 int worker_route_id,
103 const WorkerId id(worker_process_id, worker_route_id);
115 int worker_route_id,
118 const WorkerId id(worker_process_id, worker_route_id);
131 int worker_route_id) {
133 const WorkerId id(worker_process_id, worker_route_id);
22 GetForWorker( int worker_process_id, int worker_route_id) argument
83 GetDevToolsAgentHostForWorker( int worker_process_id, int worker_route_id) argument
98 SharedWorkerCreated( int worker_process_id, int worker_route_id, const SharedWorkerInstance& instance) argument
113 ServiceWorkerCreated( int worker_process_id, int worker_route_id, const ServiceWorkerIdentifier& service_worker_id) argument
130 WorkerDestroyed(int worker_process_id, int worker_route_id) argument
139 WorkerReadyForInspection( int worker_process_id, int worker_route_id) argument
149 WorkerContextStarted(int worker_process_id, int worker_route_id) argument
[all...]
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.h34 int worker_route_id);
87 int worker_route_id() const { return worker_route_id_; } function in class:content::SharedWorkerHost
H A Dshared_worker_message_filter.cc103 void SharedWorkerMessageFilter::OnWorkerContextClosed(int worker_route_id) { argument
104 SharedWorkerServiceImpl::GetInstance()->WorkerContextClosed(worker_route_id,
108 void SharedWorkerMessageFilter::OnWorkerContextDestroyed(int worker_route_id) { argument
110 worker_route_id,
115 int worker_route_id) {
117 worker_route_id, this);
120 void SharedWorkerMessageFilter::OnWorkerScriptLoaded(int worker_route_id) { argument
121 SharedWorkerServiceImpl::GetInstance()->WorkerScriptLoaded(worker_route_id,
125 void SharedWorkerMessageFilter::OnWorkerScriptLoadFailed(int worker_route_id) { argument
127 worker_route_id,
114 OnWorkerReadyForInspection( int worker_route_id) argument
131 OnWorkerConnected(int message_port_id, int worker_route_id) argument
139 OnAllowDatabase( int worker_route_id, const GURL& url, const base::string16& name, const base::string16& display_name, unsigned long estimated_size, bool* result) argument
155 OnRequestFileSystemAccess( int worker_route_id, const GURL& url, IPC::Message* reply_msg) argument
163 OnAllowIndexedDB(int worker_route_id, const GURL& url, const base::string16& name, bool* result) argument
[all...]
H A Dshared_worker_host.cc35 int worker_route_id) {
41 worker_route_id));
45 worker_process_id, worker_route_id);
48 void NotifyWorkerContextStarted(int worker_process_id, int worker_route_id) { argument
54 NotifyWorkerContextStarted, worker_process_id, worker_route_id));
58 worker_process_id, worker_route_id);
61 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) { argument
66 base::Bind(NotifyWorkerDestroyed, worker_process_id, worker_route_id));
70 worker_process_id, worker_route_id);
77 int worker_route_id)
34 NotifyWorkerReadyForInspection(int worker_process_id, int worker_route_id) argument
75 SharedWorkerHost(SharedWorkerInstance* instance, SharedWorkerMessageFilter* filter, int worker_route_id) argument
[all...]
H A Dshared_worker_service_impl.cc182 int worker_route_id,
186 worker_route_id_(worker_route_id),
262 info.route_id = host->worker_route_id();
341 int worker_route_id,
344 if (SharedWorkerHost* host = FindSharedWorkerHost(filter, worker_route_id))
349 int worker_route_id,
354 worker_route_id));
361 int worker_route_id,
363 if (SharedWorkerHost* host = FindSharedWorkerHost(filter, worker_route_id))
368 int worker_route_id,
180 SharedWorkerReserver(int pending_instance_id, int worker_process_id, int worker_route_id, bool is_new_worker, const SharedWorkerInstance& instance) argument
340 WorkerContextClosed( int worker_route_id, SharedWorkerMessageFilter* filter) argument
348 WorkerContextDestroyed( int worker_route_id, SharedWorkerMessageFilter* filter) argument
360 WorkerReadyForInspection( int worker_route_id, SharedWorkerMessageFilter* filter) argument
367 WorkerScriptLoaded( int worker_route_id, SharedWorkerMessageFilter* filter) argument
374 WorkerScriptLoadFailed( int worker_route_id, SharedWorkerMessageFilter* filter) argument
386 WorkerConnected( int message_port_id, int worker_route_id, SharedWorkerMessageFilter* filter) argument
394 AllowDatabase( int worker_route_id, const GURL& url, const base::string16& name, const base::string16& display_name, unsigned long estimated_size, bool* result, SharedWorkerMessageFilter* filter) argument
406 AllowFileSystem( int worker_route_id, const GURL& url, IPC::Message* reply_msg, SharedWorkerMessageFilter* filter) argument
419 AllowIndexedDB( int worker_route_id, const GURL& url, const base::string16& name, bool* result, SharedWorkerMessageFilter* filter) argument
457 NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) argument
474 int worker_route_id = MSG_ROUTING_NONE; local
522 RenderProcessReservedCallback( int pending_instance_id, int worker_process_id, int worker_route_id, bool is_new_worker, bool pause_on_start) argument
575 RenderProcessReserveFailedCallback( int pending_instance_id, int worker_process_id, int worker_route_id, bool is_new_worker) argument
591 FindSharedWorkerHost( SharedWorkerMessageFilter* filter, int worker_route_id) argument
[all...]
H A Dshared_worker_service_impl_unittest.cc393 int worker_route_id; local
411 &worker_route_id);
429 worker_route_id,
442 new WorkerHostMsg_WorkerReadyForInspection(worker_route_id)));
448 new WorkerHostMsg_WorkerScriptLoaded(worker_route_id)));
455 connector->remote_port_id(), worker_route_id)));
490 int worker_route_id; local
508 &worker_route_id);
526 worker_route_id,
539 new WorkerHostMsg_WorkerReadyForInspection(worker_route_id)));
674 int worker_route_id; local
811 int worker_route_id; local
875 int worker_route_id; local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.cc35 int worker_route_id) {
41 worker_route_id));
45 worker_process_id, worker_route_id);
48 void NotifyWorkerContextStarted(int worker_process_id, int worker_route_id) { argument
54 NotifyWorkerContextStarted, worker_process_id, worker_route_id));
58 worker_process_id, worker_route_id);
61 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id) { argument
66 base::Bind(NotifyWorkerDestroyed, worker_process_id, worker_route_id));
70 worker_process_id, worker_route_id);
34 NotifyWorkerReadyForInspection(int worker_process_id, int worker_route_id) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_sanity_browsertest.cc399 WorkerData() : worker_process_id(0), worker_route_id(0) {}
401 int worker_route_id; member in class:WorkerDevToolsSanityTest::WorkerData
423 worker_data_->worker_route_id = route_id;
443 ASSERT_EQ(worker_data_->worker_route_id, route_id);
465 worker_data->worker_process_id, worker_data->worker_route_id))
484 worker_data->worker_route_id = worker_info[0].route_id;
508 worker_data->worker_route_id));

Completed in 400 milliseconds