Home
last modified time | relevance | path

Searched refs:runLoop (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/webkit/child/
Dwebkitplatformsupport_child_impl.cc83 const blink::WebWorkerRunLoop& runLoop) { in didStartWorkerRunLoop() argument
85 worker_task_runner->OnWorkerRunLoopStarted(runLoop); in didStartWorkerRunLoop()
89 const blink::WebWorkerRunLoop& runLoop) { in didStopWorkerRunLoop() argument
91 worker_task_runner->OnWorkerRunLoopStopped(runLoop); in didStopWorkerRunLoop()
Dwebkitplatformsupport_child_impl.h50 const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
52 const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/
DWebSharedWorkerImpl.cpp224 m_workerThread->runLoop().postTaskForMode(task, mode); in postTaskForModeToWorkerGlobalScope()
237 workerThread()->runLoop().postTask( in connect()
293 …workerThread()->runLoop().postTaskForMode(createCallbackTask(resumeWorkerContextTask, true), Worke… in resumeWorkerContext()
303 …workerThread()->runLoop().postTaskForMode(createCallbackTask(connectToWorkerContextInspectorTask, … in attachDevTools()
315 …workerThread()->runLoop().postTaskForMode(createCallbackTask(reconnectToWorkerContextInspectorTask… in reattachDevTools()
325 …workerThread()->runLoop().postTaskForMode(createCallbackTask(disconnectFromWorkerContextInspectorT… in detachDevTools()
335 …workerThread()->runLoop().postTaskForMode(createCallbackTask(dispatchOnInspectorBackendTask, Strin… in dispatchDevToolsMessage()
DWebEmbeddedWorkerImpl.cpp115 return m_embeddedWorker.m_workerThread->runLoop().postTaskForMode(task, mode); in postTaskForModeToWorkerGlobalScope()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketChannel.cpp67 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop(); in create() local
69 mode.append(String::number(runLoop.createUniqueId())); in create()
DWorkerThreadableWebSocketChannel.cpp663 WorkerRunLoop& runLoop = m_workerGlobalScope->thread()->runLoop(); in waitForMethodCompletion() local
667 …result = runLoop.runInMode(m_workerGlobalScope.get(), m_taskMode); // May cause this bridge to get… in waitForMethodCompletion()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerMessagingProxy.cpp139 m_workerThread->runLoop().postTask(MessageWorkerGlobalScopeTask::create(message, channels)); in postMessageToWorkerGlobalScope()
150 m_workerThread->runLoop().postTaskForMode(task, mode); in postTaskForModeToWorkerGlobalScope()
196 m_workerThread->runLoop().postTask(m_queuedEarlyTasks[i].release()); in workerThreadCreated()
227 …m_workerThread->runLoop().postTaskForMode(createCallbackTask(connectToWorkerGlobalScopeInspectorTa… in connectToInspector()
240 …m_workerThread->runLoop().postTaskForMode(createCallbackTask(disconnectFromWorkerGlobalScopeInspec… in disconnectFromInspector()
252 …m_workerThread->runLoop().postTaskForMode(createCallbackTask(dispatchOnInspectorBackendTask, Strin… in sendMessageToInspector()
DWorkerRunLoop.cpp52 void performTask(const WorkerRunLoop& runLoop, ExecutionContext* context) in performTask() argument
55 if ((!workerGlobalScope->isClosing() && !runLoop.terminated()) || m_task->isCleanupTask()) in performTask()
135 RunLoopSetup(WorkerRunLoop& runLoop, WorkerGlobalScope* context) in RunLoopSetup() argument
136 : m_runLoop(runLoop) in RunLoopSetup()
DWorkerThread.h57 WorkerRunLoop& runLoop() { return m_runLoop; } in runLoop() function
DWorkerThread.cpp235 (*it)->runLoop().postTask(adoptPtr(new ReleaseFastMallocFreeMemoryTask)); in releaseFastMallocFreeMemoryInAllThreads()
DWorkerGlobalScope.cpp190 thread()->runLoop().postTask(task); in postTask()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DWorkerThreadableLoader.cpp68 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop(); in loadResourceSynchronously() local
72 mode.append(String::number(runLoop.createUniqueId())); in loadResourceSynchronously()
77 result = runLoop.runInMode(workerGlobalScope, mode); in loadResourceSynchronously()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglOffscreenBuffer.java109 protected void runLoop(){ in runLoop() method in LwjglOffscreenBuffer
147 runLoop(); in run()
DLwjglAbstractDisplay.java145 protected void runLoop(){ in runLoop() method in LwjglAbstractDisplay
223 runLoop(); in run()
DLwjglDisplay.java170 public void runLoop(){ in runLoop() method in LwjglDisplay
182 super.runLoop(); in runLoop()
DLwjglCanvas.java188 protected void runLoop(){ in runLoop() method in LwjglCanvas
227 super.runLoop(); in runLoop()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DWorkerRuntimeAgent.cpp91 … result = context->thread()->runLoop().runInMode(context, WorkerDebuggerAgent::debuggerTaskMode); in willEvaluateWorkerScript()
DWorkerDebuggerAgent.cpp69 …while (MessageQueueMessageReceived == m_thread->runLoop().runInMode(m_workerGlobalScope, WorkerDeb… in run()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DWorkerScriptDebugServer.cpp101 …result = m_workerGlobalScope->thread()->runLoop().runInMode(m_workerGlobalScope, m_debuggerTaskMod… in runMessageLoopOnPause()
DWorkerScriptController.cpp82 …current()->didStopWorkerRunLoop(blink::WebWorkerRunLoop(&m_workerGlobalScope.thread()->runLoop())); in ~WorkerScriptController()
/external/chromium_org/chrome/browser/mac/
Dkeystone_glue.mm951 CFRunLoopRef runLoop = CFRunLoopGetCurrent();
952 CFRunLoopStop(runLoop);
953 CFRunLoopWakeUp(runLoop);