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

  /external/chromium_org/third_party/WebKit/public/platform/
WebWorkerRunLoop.h 31 class WorkerRunLoop;
50 WebWorkerRunLoop(WebCore::WorkerRunLoop*);
54 WebCore::WorkerRunLoop* m_workerRunLoop;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerRunLoop.cpp 32 #include "core/workers/WorkerRunLoop.h"
44 class WorkerRunLoop::Task {
52 void performTask(const WorkerRunLoop& runLoop, ExecutionContext* context)
96 , m_defaultMode(mode == WorkerRunLoop::defaultMode())
105 bool operator()(WorkerRunLoop::Task* task) const
115 WorkerRunLoop::WorkerRunLoop()
122 WorkerRunLoop::~WorkerRunLoop()
127 String WorkerRunLoop::defaultMode(
    [all...]
WorkerRunLoop.h 47 class WorkerRunLoop {
49 WorkerRunLoop();
50 ~WorkerRunLoop();
WorkerThread.h 31 #include "core/workers/WorkerRunLoop.h"
57 WorkerRunLoop& runLoop() { return m_runLoop; }
86 WorkerRunLoop m_runLoop;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ThreadableLoader.cpp 39 #include "core/workers/WorkerRunLoop.h"
49 return WorkerThreadableLoader::create(toWorkerGlobalScope(context), client, WorkerRunLoop::defaultMode(), request, options);
WorkerThreadableLoader.cpp 68 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop();
  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerRunLoop.cpp 28 #include "core/workers/WorkerRunLoop.h"
59 WebWorkerRunLoop::WebWorkerRunLoop(WorkerRunLoop* workerRunLoop)
60 : m_workerRunLoop(workerRunLoop)
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannel.cpp 41 #include "core/workers/WorkerRunLoop.h"
67 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop();
WorkerThreadableWebSocketChannel.h 55 class WorkerRunLoop;
WorkerThreadableWebSocketChannel.cpp 44 #include "core/workers/WorkerRunLoop.h"
663 WorkerRunLoop& runLoop = m_workerGlobalScope->thread()->runLoop();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerDebuggerAgent.cpp 69 while (MessageQueueMessageReceived == m_thread->runLoop().runInMode(m_workerGlobalScope, WorkerDebuggerAgent::debuggerTaskMode, WorkerRunLoop::DontWaitForMessage)) { }
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 501 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 501 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 501 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 501 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 501 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 501 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
    [all...]

Completed in 85 milliseconds