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

  /external/chromium_org/content/browser/devtools/
worker_devtools_manager.h 33 int worker_route_id);
36 int worker_route_id,
39 int worker_route_id,
46 void WorkerDestroyed(WorkerProcessHost* process, int worker_route_id);
47 void WorkerContextStarted(WorkerProcessHost* process, int worker_route_id);
62 int worker_route_id);
64 int worker_route_id,
68 int worker_route_id,
72 int worker_route_id,
75 int worker_route_id);
    [all...]
worker_devtools_manager.cc 29 int worker_route_id) {
32 worker_route_id);
102 int worker_route_id) {
104 worker_process_id, worker_route_id);
109 int worker_route_id,
112 worker_process_id, worker_route_id, *message);
215 int worker_route_id) {
216 WorkerId id(worker_process_id, worker_route_id);
238 instance.worker_route_id()));
239 WorkerId new_worker_id(worker->GetData().id, instance.worker_route_id());
    [all...]
  /external/chromium_org/content/browser/worker_host/
worker_process_host.h 54 int worker_route_id,
104 int worker_route_id() const { return worker_route_id_; } function in class:content::WorkerProcessHost::WorkerInstance
160 CONTENT_EXPORT void TerminateWorker(int worker_route_id);
189 void OnWorkerContextClosed(int worker_route_id);
190 void OnAllowDatabase(int worker_route_id,
196 void OnAllowFileSystem(int worker_route_id,
199 void OnAllowIndexedDB(int worker_route_id,
worker_process_host.cc 138 this, i->worker_route_id());
295 params.route_id = instance.worker_route_id();
317 RelayMessage(message, worker_message_filter_.get(), i->worker_route_id());
359 if (i->worker_route_id() == message.routing_id()) {
372 void WorkerProcessHost::OnWorkerContextClosed(int worker_route_id) {
374 if (i->worker_route_id() == worker_route_id) {
384 void WorkerProcessHost::OnAllowDatabase(int worker_route_id,
392 GetRenderViewIDsForWorker(worker_route_id));
395 void WorkerProcessHost::OnAllowFileSystem(int worker_route_id,
    [all...]
worker_service_impl.h 77 int worker_route_id);
worker_service_impl.cc 483 instance.worker_route_id()));
617 info.route_id = i->worker_route_id();
638 int worker_route_id) {
640 process, worker_route_id);
642 WorkerDestroyed(process->GetData().id, worker_route_id));
  /external/chromium_org/content/public/browser/
devtools_agent_host.h 38 int worker_route_id);
  /external/chromium_org/chrome/browser/devtools/
devtools_sanity_browsertest.cc 283 WorkerData() : worker_process_id(0), worker_route_id(0) {}
285 int worker_route_id; member in class:__anon7110::WorkerDevToolsSanityTest::WorkerData
307 worker_data_->worker_route_id = route_id;
327 ASSERT_EQ(worker_data_->worker_route_id, route_id);
349 worker_data->worker_process_id, worker_data->worker_route_id)) {
370 worker_data->worker_route_id = worker_info[0].route_id;
396 worker_data->worker_route_id));

Completed in 1682 milliseconds