Home
last modified time | relevance | path

Searched refs:exitRunLoop (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/mojo/examples/html_viewer/
Dwebthread_impl.h45 virtual void exitRunLoop();
65 virtual void exitRunLoop();
Dwebthread_impl.cc82 void WebThreadImpl::exitRunLoop() { in exitRunLoop() function in mojo::examples::WebThreadImpl
120 void WebThreadImplForMessageLoop::exitRunLoop() { in exitRunLoop() function in mojo::examples::WebThreadImplForMessageLoop
/external/chromium_org/content/child/
Dwebthread_impl.h45 virtual void exitRunLoop();
65 virtual void exitRunLoop() OVERRIDE;
Dwebthread_impl.cc81 void WebThreadImpl::exitRunLoop() { in exitRunLoop() function in content::WebThreadImpl
119 void WebThreadImplForMessageLoop::exitRunLoop() { in exitRunLoop() function in content::WebThreadImplForMessageLoop
/external/chromium_org/third_party/WebKit/Source/core/testing/
DUnitTestHelpers.cpp40 blink::Platform::current()->currentThread()->exitRunLoop(); in run()
/external/chromium_org/third_party/WebKit/public/platform/
DWebThread.h69 virtual void exitRunLoop() = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DFrameTestHelpers.cpp85 Platform::current()->currentThread()->exitRunLoop(); in run()
102 Platform::current()->currentThread()->exitRunLoop(); in run()
DAssociatedURLLoaderTest.cpp184 Platform::current()->currentThread()->exitRunLoop(); in didFail()
/external/chromium_org/third_party/WebKit/Source/core/page/
DNetworkStateNotifierTest.cpp90 m_thread->exitRunLoop(); in run()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerManagerTest.cpp247 blink::Platform::current()->currentThread()->exitRunLoop(); in doDeferredFrameTestTask()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCacheTest.cpp240 blink::Platform::current()->currentThread()->exitRunLoop(); in TEST_F()