OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enterRunLoop
(Results
1 - 8
of
8
) 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
62
//
enterRunLoop
() processes tasks posted to this WebThread. This call does not return until some task calls exitRunLoop().
64
// call
enterRunLoop
() again.
65
virtual void
enterRunLoop
() = 0;
67
// exitRunLoop() runs tasks until there are no tasks available to run, then returns control to the caller of
enterRunLoop
().
/external/chromium_org/webkit/child/
webthread_impl.h
43
virtual void
enterRunLoop
();
62
virtual void
enterRunLoop
();
webthread_impl.cc
76
void WebThreadImpl::
enterRunLoop
() {
114
void WebThreadImplForMessageLoop::
enterRunLoop
() {
/external/chromium_org/third_party/WebKit/Source/web/tests/
Canvas2DLayerManagerTest.cpp
221
blink::Platform::current()->currentThread()->
enterRunLoop
();
229
blink::Platform::current()->currentThread()->
enterRunLoop
();
234
blink::Platform::current()->currentThread()->
enterRunLoop
();
240
blink::Platform::current()->currentThread()->
enterRunLoop
();
245
blink::Platform::current()->currentThread()->
enterRunLoop
();
FrameTestHelpers.cpp
96
Platform::current()->currentThread()->
enterRunLoop
();
AssociatedURLLoaderTest.cpp
234
Platform::current()->currentThread()->
enterRunLoop
();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp
248
blink::Platform::current()->currentThread()->
enterRunLoop
();
Completed in 1034 milliseconds