Searched defs:runLoop (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketChannel.cpp67 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop(); local
69 mode.append(String::number(runLoop.createUniqueId()));
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.h57 WorkerRunLoop& runLoop() { return m_runLoop; } function in class:WebCore::WorkerThread
H A DWorkerRunLoop.cpp52 void performTask(const WorkerRunLoop& runLoop, ExecutionContext* context) argument
55 if ((!workerGlobalScope->isClosing() && !runLoop.terminated()) || m_task->isCleanupTask())
135 RunLoopSetup(WorkerRunLoop& runLoop, WorkerGlobalScope* context) argument
136 : m_runLoop(runLoop)
/external/chromium_org/webkit/child/
H A Dwebkitplatformsupport_child_impl.cc83 const blink::WebWorkerRunLoop& runLoop) {
85 worker_task_runner->OnWorkerRunLoopStarted(runLoop);
89 const blink::WebWorkerRunLoop& runLoop) {
91 worker_task_runner->OnWorkerRunLoopStopped(runLoop);
82 didStartWorkerRunLoop( const blink::WebWorkerRunLoop& runLoop) argument
88 didStopWorkerRunLoop( const blink::WebWorkerRunLoop& runLoop) argument
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java170 public void runLoop(){ method in class:LwjglDisplay
182 super.runLoop();
H A DLwjglAbstractDisplay.java145 protected void runLoop(){ method in class:LwjglAbstractDisplay
223 runLoop();
H A DLwjglOffscreenBuffer.java109 protected void runLoop(){ method in class:LwjglOffscreenBuffer
147 runLoop();
H A DLwjglCanvas.java188 protected void runLoop(){ method in class:LwjglCanvas
227 super.runLoop();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DWorkerThreadableLoader.cpp68 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop(); local
72 mode.append(String::number(runLoop.createUniqueId()));
77 result = runLoop.runInMode(workerGlobalScope, mode);

Completed in 144 milliseconds