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

  /external/chromium_org/content/child/
worker_thread_task_runner.cc 19 int worker_thread_id = WorkerTaskRunner::Instance()->CurrentWorkerId();
35 return worker_thread_id_ == WorkerTaskRunner::Instance()->CurrentWorkerId();
quota_dispatcher.cc 57 int CurrentWorkerId() {
58 return WorkerTaskRunner::Instance()->CurrentWorkerId();
88 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
115 int request_id = quota_message_filter_->GenerateRequestID(CurrentWorkerId());
128 DCHECK(CurrentWorkerId() == 0);
129 int request_id = quota_message_filter_->GenerateRequestID(CurrentWorkerId());
  /external/chromium_org/webkit/child/
worker_task_runner_unittest.cc 37 ASSERT_EQ(0, task_runner_.CurrentWorkerId());
42 ASSERT_LT(0, task_runner_.CurrentWorkerId());
worker_task_runner.cc 64 int WorkerTaskRunner::CurrentWorkerId() {
77 DCHECK(CurrentWorkerId() > 0);
82 DCHECK(CurrentWorkerId() > 0);
104 DCHECK(loop_map_[CurrentWorkerId()] == loop);
105 loop_map_.erase(CurrentWorkerId());
worker_task_runner.h 25 int CurrentWorkerId();
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 78 int CurrentWorkerId() {
79 return WorkerTaskRunner::Instance()->CurrentWorkerId();
121 if (thread_id != CurrentWorkerId()) {
302 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
308 DCHECK(!WorkerTaskRunner::Instance()->CurrentWorkerId());
340 CurrentWorkerId(), callbacks_id,
343 CurrentWorkerId(), callbacks_id,
359 CurrentWorkerId(), callbacks_id,
362 CurrentWorkerId(), callbacks_id,
380 CurrentWorkerId(), callbacks_id
    [all...]
webfilewriter_impl.cc 37 thread_id_(WorkerTaskRunner::Instance()->CurrentWorkerId()),
  /external/chromium_org/content/renderer/service_worker/
service_worker_context_client.cc 79 DCHECK_NE(0, WorkerTaskRunner::Instance()->CurrentWorkerId());
90 DCHECK_NE(0, WorkerTaskRunner::Instance()->CurrentWorkerId());
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 29 int CurrentWorkerId() {
30 return WorkerTaskRunner::Instance()->CurrentWorkerId();
69 CurrentWorkerId(), request_id, pattern, script_url));
78 CurrentWorkerId(), request_id, pattern));
92 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 74 if (WorkerTaskRunner::Instance()->CurrentWorkerId())
179 ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, count));
194 ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, key, primary_key));
205 ipc_cursor_id, CurrentWorkerId(), ipc_callbacks_id, n));
228 params.ipc_thread_id = CurrentWorkerId();
246 params.ipc_thread_id = CurrentWorkerId();
260 params.ipc_thread_id = CurrentWorkerId();
287 params.ipc_thread_id = CurrentWorkerId();
434 Send(new IndexedDBHostMsg_DatabaseClear(CurrentWorkerId(),
456 DCHECK_EQ(ipc_thread_id, CurrentWorkerId());
    [all...]
indexed_db_dispatcher.h 166 static int32 CurrentWorkerId() {
167 return webkit_glue::WorkerTaskRunner::Instance()->CurrentWorkerId();
173 params.ipc_thread_id = CurrentWorkerId();

Completed in 72 milliseconds