Searched refs:exitRunLoop (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DUnitTestHelpers.cpp40 blink::Platform::current()->currentThread()->exitRunLoop();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.h60 void exitRunLoop() function in class:blink::FINAL
62 m_thread->exitRunLoop();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThread.h67 // enterRunLoop() processes tasks posted to this WebThread. This call does not return until some task calls exitRunLoop().
72 // exitRunLoop() runs tasks until there are no tasks available to run, then returns control to the caller of enterRunLoop().
74 virtual void exitRunLoop() = 0;
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthread_impl.h45 virtual void exitRunLoop();
66 virtual void exitRunLoop();
H A Dwebthread_impl.cc81 void WebThreadImpl::exitRunLoop() { function in class:mojo::WebThreadImpl
123 void WebThreadImplForMessageLoop::exitRunLoop() { function in class:mojo::WebThreadImplForMessageLoop
/external/chromium_org/content/child/
H A Dwebthread_impl.h46 virtual void exitRunLoop();
67 virtual void exitRunLoop() OVERRIDE;
H A Dwebthread_impl.cc81 void WebThreadImpl::exitRunLoop() { function in class:content::WebThreadImpl
124 void WebThreadImplForMessageLoop::exitRunLoop() { function in class:content::WebThreadImplForMessageLoop
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerTest.cpp111 currentThread->postTask(new Task(WTF::bind(&WebThread::exitRunLoop, currentThread)));
116 currentThread->postTask(new Task(WTF::bind(&WebThread::exitRunLoop, currentThread)));
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFrameTestHelpers.cpp85 Platform::current()->currentThread()->exitRunLoop();
102 Platform::current()->currentThread()->exitRunLoop();
H A DAssociatedURLLoaderTest.cpp184 Platform::current()->currentThread()->exitRunLoop();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNetworkStateNotifierTest.cpp90 m_thread->exitRunLoop();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRecordingImageBufferSurfaceTest.cpp277 virtual void exitRunLoop() OVERRIDE { ASSERT_NOT_REACHED(); }
H A DCanvas2DLayerManagerTest.cpp248 Platform::current()->currentThread()->exitRunLoop();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCacheTest.cpp234 blink::Platform::current()->currentThread()->exitRunLoop();
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
H A DSchedulerTest.cpp63 virtual void exitRunLoop() OVERRIDE

Completed in 308 milliseconds