Searched defs:RunLoop (Results 1 - 7 of 7) sorted by relevance

/external/libchrome/base/
H A Drun_loop.cc13 RunLoop::RunLoop() function in class:base::RunLoop
24 RunLoop::~RunLoop() {
27 void RunLoop::Run() {
41 void RunLoop::RunUntilIdle() {
46 void RunLoop::Quit() {
49 // This is the inner-most RunLoop, so quit now.
54 void RunLoop::QuitWhenIdle() {
58 base::Closure RunLoop
[all...]
H A Drun_loop.h26 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
27 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
29 class BASE_EXPORT RunLoop { class in namespace:base
31 RunLoop();
32 ~RunLoop();
51 // (MessageLoop); Quitting one RunLoop has no bearing on the others. Quit()
54 // QuitWhenIdle() after the RunLoop has already finished running has no
65 // QuitWhenIdle() (has no effect if the RunLoop instance is gone).
68 // RunLoop run_loo
[all...]
/external/libmojo/mojo/android/javatests/
H A Dmojo_test_case.cc50 static void RunLoop(JNIEnv* env, function in namespace:mojo::android
53 base::RunLoop run_loop;
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DRunLoop.java12 public interface RunLoop extends Closeable { interface in inherits:Closeable
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.cc66 void DecoderTest::RunLoop(CompressedVideoSource *video, function in class:libvpx_test::DecoderTest
107 void DecoderTest::RunLoop(CompressedVideoSource *video) { function in class:libvpx_test::DecoderTest
109 RunLoop(video, dec_cfg);
H A Dencode_test_driver.cc162 void EncoderTest::RunLoop(VideoSource *video) { function in class:libvpx_test::EncoderTest
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib_unittest.cc190 RunLoop().RunUntilIdle();
418 void RunLoop() { function in class:base::__anon10060::GLibLoopRunner
503 runner->RunLoop();

Completed in 427 milliseconds