Searched refs:WorkerRunLoop (Results 1 – 19 of 19) sorted by relevance
48 …static PassOwnPtr<WorkerRunLoopTask> create(const WorkerRunLoop& runLoop, PassOwnPtr<ExecutionCont… in create()63 WorkerRunLoopTask(const WorkerRunLoop& runLoop, PassOwnPtr<ExecutionContextTask> task) in WorkerRunLoopTask()69 const WorkerRunLoop& m_runLoop;75 static PassOwnPtr<TickleDebuggerQueueTask> create(WorkerRunLoop* loop) in create()82 m_loop->runDebuggerTask(WorkerRunLoop::DontWaitForMessage); in performTask()86 explicit TickleDebuggerQueueTask(WorkerRunLoop* loop) : m_loop(loop) { } in TickleDebuggerQueueTask()88 WorkerRunLoop* m_loop;113 WorkerRunLoop::WorkerRunLoop() in WorkerRunLoop() function in WebCore::WorkerRunLoop120 WorkerRunLoop::~WorkerRunLoop() in ~WorkerRunLoop()128 RunLoopSetup(WorkerRunLoop& runLoop, WorkerGlobalScope* context) in RunLoopSetup()[all …]
47 class WorkerRunLoop {49 WorkerRunLoop();50 ~WorkerRunLoop();
65 WorkerRunLoop& runLoop() { return m_runLoop; } in runLoop()93 WorkerRunLoop m_runLoop;
31 class WorkerRunLoop; variable50 WebWorkerRunLoop(WebCore::WorkerRunLoop*);54 WebCore::WorkerRunLoop* m_workerRunLoop;
59 WebWorkerRunLoop::WebWorkerRunLoop(WorkerRunLoop* workerRunLoop) in WebWorkerRunLoop()
67 …while (MessageQueueMessageReceived == m_thread->runLoop().runDebuggerTask(WorkerRunLoop::DontWaitF… in run()
63 class WorkerRunLoop; variable
561 *!WebCore::WorkerRunLoop::run562 *!WebCore::WorkerRunLoop::run
542 third_party/WebKit/Source/core/workers/WorkerRunLoop.cpp \
1857 'workers/WorkerRunLoop.cpp',