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

  /external/chromium_org/content/child/
worker_thread_task_runner.cc 12 WorkerThreadTaskRunner::WorkerThreadTaskRunner(int worker_thread_id)
13 : worker_thread_id_(worker_thread_id) {
17 int worker_thread_id = WorkerTaskRunner::Instance()->CurrentWorkerId(); local
18 if (!worker_thread_id)
20 return make_scoped_refptr(new WorkerThreadTaskRunner(worker_thread_id));
worker_thread_task_runner.h 18 explicit WorkerThreadTaskRunner(int worker_thread_id);

Completed in 8935 milliseconds