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

  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 59 // enterRunLoop() processes tasks posted to this WebThread. This call does not return until some task calls exitRunLoop().
64 // exitRunLoop() runs tasks until there are no tasks available to run, then returns control to the caller of enterRunLoop().
66 virtual void exitRunLoop() = 0;
  /external/chromium_org/webkit/child/
webthread_impl.h 44 virtual void exitRunLoop();
63 virtual void exitRunLoop();
webthread_impl.cc 82 void WebThreadImpl::exitRunLoop() {
121 void WebThreadImplForMessageLoop::exitRunLoop() {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 106 Platform::current()->currentThread()->exitRunLoop();
AssociatedURLLoaderTest.cpp 190 Platform::current()->currentThread()->exitRunLoop();
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResourceTest.cpp 59 WebKit::Platform::current()->currentThread()->exitRunLoop();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerManagerTest.cpp 181 WebKit::Platform::current()->currentThread()->exitRunLoop();

Completed in 166 milliseconds