Home
last modified time | relevance | path

Searched refs:worker_task_runner (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/webkit/child/
Dwebkitplatformsupport_child_impl.cc84 WorkerTaskRunner* worker_task_runner = WorkerTaskRunner::Instance(); in didStartWorkerRunLoop() local
85 worker_task_runner->OnWorkerRunLoopStarted(runLoop); in didStartWorkerRunLoop()
90 WorkerTaskRunner* worker_task_runner = WorkerTaskRunner::Instance(); in didStopWorkerRunLoop() local
91 worker_task_runner->OnWorkerRunLoopStopped(runLoop); in didStopWorkerRunLoop()
Dworker_task_runner.cc72 worker_task_runner = LAZY_INSTANCE_INITIALIZER; in Instance() local
73 return worker_task_runner.Pointer(); in Instance()
Dwebkit_child.gyp101 'worker_task_runner.cc',
102 'worker_task_runner.h',
Dwebkit_child.target.linux-mips.mk48 webkit/child/worker_task_runner.cc
Dwebkit_child.target.darwin-x86.mk48 webkit/child/worker_task_runner.cc
Dwebkit_child.target.linux-arm.mk48 webkit/child/worker_task_runner.cc
Dwebkit_child.target.darwin-mips.mk48 webkit/child/worker_task_runner.cc
Dwebkit_child.target.darwin-arm.mk48 webkit/child/worker_task_runner.cc
Dwebkit_child.target.linux-x86.mk48 webkit/child/worker_task_runner.cc