HomeSort by relevance Sort by last modified time
    Searched refs:worker_route_id (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/browser/shared_worker/
shared_worker_message_filter.cc 103 void SharedWorkerMessageFilter::OnWorkerContextClosed(int worker_route_id) {
104 SharedWorkerServiceImpl::GetInstance()->WorkerContextClosed(worker_route_id,
108 void SharedWorkerMessageFilter::OnWorkerContextDestroyed(int worker_route_id) {
110 worker_route_id,
115 int worker_route_id) {
117 worker_route_id, this);
120 void SharedWorkerMessageFilter::OnWorkerScriptLoaded(int worker_route_id) {
121 SharedWorkerServiceImpl::GetInstance()->WorkerScriptLoaded(worker_route_id,
125 void SharedWorkerMessageFilter::OnWorkerScriptLoadFailed(int worker_route_id) {
127 worker_route_id,
    [all...]
shared_worker_message_filter.h 49 void OnWorkerContextClosed(int worker_route_id);
50 void OnWorkerContextDestroyed(int worker_route_id);
52 void OnWorkerReadyForInspection(int worker_route_id);
53 void OnWorkerScriptLoaded(int worker_route_id);
54 void OnWorkerScriptLoadFailed(int worker_route_id);
55 void OnWorkerConnected(int message_port_id, int worker_route_id);
56 void OnAllowDatabase(int worker_route_id,
62 void OnRequestFileSystemAccess(int worker_route_id,
65 void OnAllowIndexedDB(int worker_route_id,
shared_worker_service_impl.h 60 void WorkerContextClosed(int worker_route_id,
62 void WorkerContextDestroyed(int worker_route_id,
64 void WorkerReadyForInspection(int worker_route_id,
66 void WorkerScriptLoaded(int worker_route_id,
68 void WorkerScriptLoadFailed(int worker_route_id,
71 int worker_route_id,
73 void AllowDatabase(int worker_route_id,
80 void AllowFileSystem(int worker_route_id,
84 void AllowIndexedDB(int worker_route_id,
98 void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id);
    [all...]
shared_worker_service_impl.cc 182 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,
474 int worker_route_id = MSG_ROUTING_NONE; local
    [all...]
shared_worker_host.cc 35 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) {
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) {
66 base::Bind(NotifyWorkerDestroyed, worker_process_id, worker_route_id));
70 worker_process_id, worker_route_id);
77 int worker_route_id)
    [all...]
shared_worker_service_impl_unittest.cc 393 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...]
shared_worker_host.h 34 int worker_route_id);
87 int worker_route_id() const { return worker_route_id_; } function in class:content::SharedWorkerHost
  /external/chromium_org/content/browser/devtools/
embedded_worker_devtools_manager.h 61 int worker_route_id);
68 int worker_route_id,
74 int worker_route_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);
embedded_worker_devtools_manager.cc 24 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);
    [all...]
embedded_worker_devtools_manager_unittest.cc 70 int worker_route_id,
73 worker_route_id);
80 void CheckWorkerNotExist(int worker_process_id, int worker_route_id) {
82 worker_route_id);
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.cc 35 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) {
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) {
66 base::Bind(NotifyWorkerDestroyed, worker_process_id, worker_route_id));
70 worker_process_id, worker_route_id);
  /external/chromium_org/content/public/browser/
devtools_agent_host.h 56 int worker_route_id);
  /external/chromium_org/chrome/browser/devtools/
devtools_sanity_browsertest.cc 399 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));
    [all...]

Completed in 4490 milliseconds