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();
143 if (thread_id != CurrentWorkerId()) {
338 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
344 DCHECK(!WorkerTaskRunner::Instance()->CurrentWorkerId());
376 CurrentWorkerId(), callbacks_id, waitable_results),
378 CurrentWorkerId(), callbacks_id, waitable_results)),
393 CurrentWorkerId(), callbacks_id, waitable_results),
395 CurrentWorkerId(), callbacks_id, waitable_results)),
412 CurrentWorkerId(), callbacks_id, waitable_results))
    [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();
290 params.ipc_thread_id = CurrentWorkerId();
458 Send(new IndexedDBHostMsg_DatabaseClear(CurrentWorkerId(),
480 DCHECK_EQ(ipc_thread_id, CurrentWorkerId());
    [all...]
indexed_db_dispatcher.h 181 static int32 CurrentWorkerId() {
182 return WorkerTaskRunner::Instance()->CurrentWorkerId();
188 params->ipc_thread_id = CurrentWorkerId();
indexed_db_dispatcher_unittest.cc 191 params.ipc_thread_id = dispatcher.CurrentWorkerId();
233 params.ipc_thread_id = dispatcher.CurrentWorkerId();
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 35 int CurrentWorkerId() {
36 return WorkerTaskRunner::Instance()->CurrentWorkerId();
95 CurrentWorkerId(), request_id, provider_id, pattern, script_url));
115 CurrentWorkerId(), request_id, provider_id, pattern));
161 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc 143 WorkerTaskRunner::Instance()->CurrentWorkerId());
144 DCHECK_NE(0, WorkerTaskRunner::Instance()->CurrentWorkerId());
315 WorkerTaskRunner::Instance()->CurrentWorkerId(),

Completed in 870 milliseconds