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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.cpp 47 blink::Platform::current()->currentThread()->enterRunLoop();
  /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().
69 // call enterRunLoop() again.
70 virtual void enterRunLoop() = 0;
72 // exitRunLoop() runs tasks until there are no tasks available to run, then returns control to the caller of enterRunLoop().
  /external/chromium_org/third_party/WebKit/Source/platform/
WebThreadSupportingGC.h 55 void enterRunLoop()
57 m_thread->enterRunLoop();
  /external/chromium_org/content/child/
webthread_impl.h 45 virtual void enterRunLoop();
66 virtual void enterRunLoop() OVERRIDE;
webthread_impl.cc 75 void WebThreadImpl::enterRunLoop() {
117 void WebThreadImplForMessageLoop::enterRunLoop() {
  /external/chromium_org/mojo/services/html_viewer/
webthread_impl.h 44 virtual void enterRunLoop();
65 virtual void enterRunLoop();
webthread_impl.cc 75 void WebThreadImpl::enterRunLoop() {
116 void WebThreadImplForMessageLoop::enterRunLoop() {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManagerTest.cpp 278 Platform::current()->currentThread()->enterRunLoop();
286 Platform::current()->currentThread()->enterRunLoop();
291 Platform::current()->currentThread()->enterRunLoop();
297 Platform::current()->currentThread()->enterRunLoop();
302 Platform::current()->currentThread()->enterRunLoop();
RecordingImageBufferSurfaceTest.cpp 264 virtual void enterRunLoop() OVERRIDE
311 Platform::current()->currentThread()->enterRunLoop(); \
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamerTest.cpp 112 currentThread->enterRunLoop();
117 currentThread->enterRunLoop();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 112 Platform::current()->currentThread()->enterRunLoop();
252 Platform::current()->currentThread()->enterRunLoop();
AssociatedURLLoaderTest.cpp 228 Platform::current()->currentThread()->enterRunLoop();
  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifierTest.cpp 122 thread->enterRunLoop();
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp 244 blink::Platform::current()->currentThread()->enterRunLoop();
  /external/chromium_org/third_party/WebKit/Source/platform/scheduler/
SchedulerTest.cpp 58 virtual void enterRunLoop() OVERRIDE

Completed in 1083 milliseconds