Searched defs:WorkerRunLoop (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerRunLoop.h47 class WorkerRunLoop { class in namespace:WebCore
49 WorkerRunLoop();
50 ~WorkerRunLoop();
H A DWorkerRunLoop.cpp32 #include "core/workers/WorkerRunLoop.h"
48 static PassOwnPtr<WorkerRunLoopTask> create(const WorkerRunLoop& runLoop, PassOwnPtr<ExecutionContextTask> task)
63 WorkerRunLoopTask(const WorkerRunLoop& runLoop, PassOwnPtr<ExecutionContextTask> task)
69 const WorkerRunLoop& m_runLoop;
75 static PassOwnPtr<TickleDebuggerQueueTask> create(WorkerRunLoop* loop)
82 m_loop->runDebuggerTask(WorkerRunLoop::DontWaitForMessage);
86 explicit TickleDebuggerQueueTask(WorkerRunLoop* loop) : m_loop(loop) { }
88 WorkerRunLoop* m_loop;
113 WorkerRunLoop::WorkerRunLoop() function in class:WebCore::WorkerRunLoop
[all...]

Completed in 117 milliseconds