Searched defs:CurrentWorkerId (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.h181 static int32 CurrentWorkerId() { function in class:content::IndexedDBDispatcher
182 return WorkerTaskRunner::Instance()->CurrentWorkerId();
188 params->ipc_thread_id = CurrentWorkerId();
/external/chromium_org/content/child/
H A Dquota_dispatcher.cc56 int CurrentWorkerId() { function in namespace:content::__anon7180
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());
H A Dworker_task_runner.cc65 int WorkerTaskRunner::CurrentWorkerId() { function in class:content::WorkerTaskRunner
78 DCHECK(CurrentWorkerId() > 0);
83 DCHECK(CurrentWorkerId() > 0);
105 DCHECK(loop_map_[CurrentWorkerId()] == loop);
106 loop_map_.erase(CurrentWorkerId());
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc35 int CurrentWorkerId() { function in namespace:content::__anon7182
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/child/fileapi/
H A Dwebfilesystem_impl.cc94 int CurrentWorkerId() { function in namespace:content::__anon7154
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_i
[all...]

Completed in 770 milliseconds