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

  /external/chromium_org/content/child/
worker_thread_task_runner.cc 17 int worker_thread_id = WorkerTaskRunner::Instance()->CurrentWorkerId();
33 return worker_thread_id_ == WorkerTaskRunner::Instance()->CurrentWorkerId();
worker_task_runner_unittest.cc 38 ASSERT_EQ(0, task_runner_.CurrentWorkerId());
43 ASSERT_LT(0, task_runner_.CurrentWorkerId());
worker_task_runner.cc 65 int WorkerTaskRunner::CurrentWorkerId() {
78 DCHECK(CurrentWorkerId() > 0);
83 DCHECK(CurrentWorkerId() > 0);
105 DCHECK(loop_map_[CurrentWorkerId()] == loop);
106 loop_map_.erase(CurrentWorkerId());
quota_dispatcher.cc 56 int CurrentWorkerId() {
57 return WorkerTaskRunner::Instance()->CurrentWorkerId();
87 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
114 int request_id = quota_message_filter_->GenerateRequestID(CurrentWorkerId());
127 DCHECK(CurrentWorkerId() == 0);
128 int request_id = quota_message_filter_->GenerateRequestID(CurrentWorkerId());
worker_task_runner.h 25 int CurrentWorkerId();
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 94 int CurrentWorkerId() {
95 return WorkerTaskRunner::Instance()->CurrentWorkerId();
196 if (thread_id != CurrentWorkerId()) {
380 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
386 DCHECK(!WorkerTaskRunner::Instance()->CurrentWorkerId());
418 CurrentWorkerId(),
422 CurrentWorkerId(),
439 CurrentWorkerId(), callbacks_id, waitable_results),
441 CurrentWorkerId(), callbacks_id, waitable_results)),
458 CurrentWorkerId(),
    [all...]
webfilewriter_impl.cc 34 thread_id_(WorkerTaskRunner::Instance()->CurrentWorkerId()),
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 79 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
185 ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, count));
201 ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, key, primary_key));
212 ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, n));
234 params.ipc_thread_id = CurrentWorkerId();
251 params.ipc_thread_id = CurrentWorkerId();
264 params.ipc_thread_id = CurrentWorkerId();
295 params.ipc_thread_id = CurrentWorkerId();
462 Send(new IndexedDBHostMsg_DatabaseClear(CurrentWorkerId(),
484 DCHECK_EQ(ipc_thread_id, CurrentWorkerId());
    [all...]
indexed_db_dispatcher.h 182 static int32 CurrentWorkerId() {
183 return WorkerTaskRunner::Instance()->CurrentWorkerId();
189 params->ipc_thread_id = CurrentWorkerId();
indexed_db_dispatcher_unittest.cc 192 params.ipc_thread_id = dispatcher.CurrentWorkerId();
234 params.ipc_thread_id = dispatcher.CurrentWorkerId();
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc 168 WorkerTaskRunner::Instance()->CurrentWorkerId());
169 DCHECK_NE(0, WorkerTaskRunner::Instance()->CurrentWorkerId());
179 WorkerTaskRunner::Instance()->CurrentWorkerId()));
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 38 int CurrentWorkerId() {
39 return WorkerTaskRunner::Instance()->CurrentWorkerId();
115 CurrentWorkerId(), request_id, provider_id, pattern, script_url));
139 CurrentWorkerId(), request_id, provider_id, pattern));
163 CurrentWorkerId(), request_id, provider_id, document_url));
211 if (WorkerTaskRunner::Instance()->CurrentWorkerId())

Completed in 1427 milliseconds