Home | History | Annotate | Download | only in src

Lines Matching defs:workerContext

49 #include "WorkerContext.h"
222 WorkerContext* workerContext = controller->workerContext();
231 if (runLoop.runInMode(workerContext, mode) == MessageQueueTerminated) {
244 WorkerContext* workerContext = controller->workerContext();
250 RefPtr<WorkerFileSystemCallbacksBridge> bridge = WorkerFileSystemCallbacksBridge::create(this, workerContext, callbacks);
254 if (runLoop.runInMode(workerContext, mode) == MessageQueueTerminated)