OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runLoop
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/webkit/child/
webkitplatformsupport_child_impl.h
50
const blink::WebWorkerRunLoop&
runLoop
) OVERRIDE;
52
const blink::WebWorkerRunLoop&
runLoop
) OVERRIDE;
webkitplatformsupport_child_impl.cc
83
const blink::WebWorkerRunLoop&
runLoop
) {
85
worker_task_runner->OnWorkerRunLoopStarted(
runLoop
);
89
const blink::WebWorkerRunLoop&
runLoop
) {
91
worker_task_runner->OnWorkerRunLoopStopped(
runLoop
);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannel.cpp
67
WorkerRunLoop&
runLoop
= workerGlobalScope->thread()->
runLoop
();
69
mode.append(String::number(
runLoop
.createUniqueId()));
WorkerThreadableWebSocketChannel.cpp
442
// m_peer may be null when the nested
runloop
exited before a peer has created.
663
WorkerRunLoop&
runLoop
= m_workerGlobalScope->thread()->
runLoop
();
667
result =
runLoop
.runInMode(m_workerGlobalScope.get(), m_taskMode); // May cause this bridge to get disconnected, which makes m_workerGlobalScope become null.
/external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp
224
m_workerThread->
runLoop
().postTaskForMode(task, mode);
237
workerThread()->
runLoop
().postTask(
293
workerThread()->
runLoop
().postTaskForMode(createCallbackTask(resumeWorkerContextTask, true), WorkerDebuggerAgent::debuggerTaskMode);
303
workerThread()->
runLoop
().postTaskForMode(createCallbackTask(connectToWorkerContextInspectorTask, true), WorkerDebuggerAgent::debuggerTaskMode);
315
workerThread()->
runLoop
().postTaskForMode(createCallbackTask(reconnectToWorkerContextInspectorTask, String(savedState)), WorkerDebuggerAgent::debuggerTaskMode);
325
workerThread()->
runLoop
().postTaskForMode(createCallbackTask(disconnectFromWorkerContextInspectorTask, true), WorkerDebuggerAgent::debuggerTaskMode);
335
workerThread()->
runLoop
().postTaskForMode(createCallbackTask(dispatchOnInspectorBackendTask, String(message)), WorkerDebuggerAgent::debuggerTaskMode);
WebEmbeddedWorkerImpl.cpp
115
return m_embeddedWorker.m_workerThread->
runLoop
().postTaskForMode(task, mode);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerRuntimeAgent.cpp
91
result = context->thread()->
runLoop
().runInMode(context, WorkerDebuggerAgent::debuggerTaskMode);
WorkerDebuggerAgent.cpp
69
while (MessageQueueMessageReceived == m_thread->
runLoop
().runInMode(m_workerGlobalScope, WorkerDebuggerAgent::debuggerTaskMode, WorkerRunLoop::DontWaitForMessage)) { }
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h
57
WorkerRunLoop&
runLoop
() { return m_runLoop; }
WorkerMessagingProxy.cpp
139
m_workerThread->
runLoop
().postTask(MessageWorkerGlobalScopeTask::create(message, channels));
150
m_workerThread->
runLoop
().postTaskForMode(task, mode);
196
m_workerThread->
runLoop
().postTask(m_queuedEarlyTasks[i].release());
227
m_workerThread->
runLoop
().postTaskForMode(createCallbackTask(connectToWorkerGlobalScopeInspectorTask, true), WorkerDebuggerAgent::debuggerTaskMode);
240
m_workerThread->
runLoop
().postTaskForMode(createCallbackTask(disconnectFromWorkerGlobalScopeInspectorTask, true), WorkerDebuggerAgent::debuggerTaskMode);
252
m_workerThread->
runLoop
().postTaskForMode(createCallbackTask(dispatchOnInspectorBackendTask, String(message)), WorkerDebuggerAgent::debuggerTaskMode);
WorkerRunLoop.cpp
52
void performTask(const WorkerRunLoop&
runLoop
, ExecutionContext* context)
55
if ((!workerGlobalScope->isClosing() && !
runLoop
.terminated()) || m_task->isCleanupTask())
135
RunLoopSetup(WorkerRunLoop&
runLoop
, WorkerGlobalScope* context)
136
: m_runLoop(
runLoop
)
WorkerThread.cpp
235
(*it)->
runLoop
().postTask(adoptPtr(new ReleaseFastMallocFreeMemoryTask));
WorkerGlobalScope.cpp
190
thread()->
runLoop
().postTask(task);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java
145
protected void
runLoop
(){
223
runLoop
();
LwjglOffscreenBuffer.java
109
protected void
runLoop
(){
147
runLoop
();
LwjglCanvas.java
188
protected void
runLoop
(){
227
super.
runLoop
();
LwjglDisplay.java
170
public void
runLoop
(){
182
super.
runLoop
();
/external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.cpp
68
WorkerRunLoop&
runLoop
= workerGlobalScope->thread()->
runLoop
();
72
mode.append(String::number(
runLoop
.createUniqueId()));
77
result =
runLoop
.runInMode(workerGlobalScope, mode);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.cpp
101
result = m_workerGlobalScope->thread()->
runLoop
().runInMode(m_workerGlobalScope, m_debuggerTaskMode);
WorkerScriptController.cpp
82
blink::Platform::current()->didStopWorkerRunLoop(blink::WebWorkerRunLoop(&m_workerGlobalScope.thread()->
runLoop
()));
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
Completed in 946 milliseconds