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

  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h 166 static int32 CurrentWorkerId() {
167 return webkit_glue::WorkerTaskRunner::Instance()->CurrentWorkerId();
173 params.ipc_thread_id = 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/
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.cc 64 int WorkerTaskRunner::CurrentWorkerId() {
77 DCHECK(CurrentWorkerId() > 0);
82 DCHECK(CurrentWorkerId() > 0);
104 DCHECK(loop_map_[CurrentWorkerId()] == loop);
105 loop_map_.erase(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...]

Completed in 248 milliseconds