HomeSort by relevance Sort by last modified time
    Searched refs:exitRunLoop (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.cpp 40 blink::Platform::current()->currentThread()->exitRunLoop();
  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 67 // 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/third_party/WebKit/Source/platform/
WebThreadSupportingGC.h 60 void exitRunLoop()
62 m_thread->exitRunLoop();
  /external/chromium_org/content/child/
webthread_impl.h 46 virtual void exitRunLoop();
67 virtual void exitRunLoop() OVERRIDE;
webthread_impl.cc 81 void WebThreadImpl::exitRunLoop() {
124 void WebThreadImplForMessageLoop::exitRunLoop() {
  /external/chromium_org/mojo/services/html_viewer/
webthread_impl.h 45 virtual void exitRunLoop();
66 virtual void exitRunLoop();
webthread_impl.cc 81 void WebThreadImpl::exitRunLoop() {
123 void WebThreadImplForMessageLoop::exitRunLoop() {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamerTest.cpp 111 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/
FrameTestHelpers.cpp 85 Platform::current()->currentThread()->exitRunLoop();
102 Platform::current()->currentThread()->exitRunLoop();
AssociatedURLLoaderTest.cpp 184 Platform::current()->currentThread()->exitRunLoop();
  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifierTest.cpp 90 m_thread->exitRunLoop();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RecordingImageBufferSurfaceTest.cpp 277 virtual void exitRunLoop() OVERRIDE { ASSERT_NOT_REACHED(); }
Canvas2DLayerManagerTest.cpp 248 Platform::current()->currentThread()->exitRunLoop();
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp 234 blink::Platform::current()->currentThread()->exitRunLoop();
  /external/chromium_org/third_party/WebKit/Source/platform/scheduler/
SchedulerTest.cpp 63 virtual void exitRunLoop() OVERRIDE

Completed in 349 milliseconds