/external/chromium_org/webkit/child/ |
D | webkitplatformsupport_child_impl.cc | 83 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()
|
D | webkitplatformsupport_child_impl.h | 50 const blink::WebWorkerRunLoop& runLoop) OVERRIDE; 52 const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebSharedWorkerImpl.cpp | 224 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()
|
D | WebEmbeddedWorkerImpl.cpp | 115 return m_embeddedWorker.m_workerThread->runLoop().postTaskForMode(task, mode); in postTaskForModeToWorkerGlobalScope()
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketChannel.cpp | 67 WorkerRunLoop& runLoop = workerGlobalScope->thread()->runLoop(); in create() local 69 mode.append(String::number(runLoop.createUniqueId())); in create()
|
D | WorkerThreadableWebSocketChannel.cpp | 663 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/ |
D | WorkerMessagingProxy.cpp | 139 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()
|
D | WorkerRunLoop.cpp | 52 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()
|
D | WorkerThread.h | 57 WorkerRunLoop& runLoop() { return m_runLoop; } in runLoop() function
|
D | WorkerThread.cpp | 235 (*it)->runLoop().postTask(adoptPtr(new ReleaseFastMallocFreeMemoryTask)); in releaseFastMallocFreeMemoryInAllThreads()
|
D | WorkerGlobalScope.cpp | 190 thread()->runLoop().postTask(task); in postTask()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | WorkerThreadableLoader.cpp | 68 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/ |
D | LwjglOffscreenBuffer.java | 109 protected void runLoop(){ in runLoop() method in LwjglOffscreenBuffer 147 runLoop(); in run()
|
D | LwjglAbstractDisplay.java | 145 protected void runLoop(){ in runLoop() method in LwjglAbstractDisplay 223 runLoop(); in run()
|
D | LwjglDisplay.java | 170 public void runLoop(){ in runLoop() method in LwjglDisplay 182 super.runLoop(); in runLoop()
|
D | LwjglCanvas.java | 188 protected void runLoop(){ in runLoop() method in LwjglCanvas 227 super.runLoop(); in runLoop()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | WorkerRuntimeAgent.cpp | 91 … result = context->thread()->runLoop().runInMode(context, WorkerDebuggerAgent::debuggerTaskMode); in willEvaluateWorkerScript()
|
D | WorkerDebuggerAgent.cpp | 69 …while (MessageQueueMessageReceived == m_thread->runLoop().runInMode(m_workerGlobalScope, WorkerDeb… in run()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | WorkerScriptDebugServer.cpp | 101 …result = m_workerGlobalScope->thread()->runLoop().runInMode(m_workerGlobalScope, m_debuggerTaskMod… in runMessageLoopOnPause()
|
D | WorkerScriptController.cpp | 82 …current()->didStopWorkerRunLoop(blink::WebWorkerRunLoop(&m_workerGlobalScope.thread()->runLoop())); in ~WorkerScriptController()
|
/external/chromium_org/chrome/browser/mac/ |
D | keystone_glue.mm | 951 CFRunLoopRef runLoop = CFRunLoopGetCurrent(); 952 CFRunLoopStop(runLoop); 953 CFRunLoopWakeUp(runLoop);
|