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

/external/libchrome/base/
H A Drun_loop.cc17 RunLoop::RunLoop() function in class:base::RunLoop
32 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher) function in class:base::RunLoop
45 RunLoop::~RunLoop() {
48 void RunLoop::Run() {
62 void RunLoop::RunUntilIdle() {
67 void RunLoop::Quit() {
70 // This is the inner-most RunLoop, s
[all...]
H A Drun_loop.h30 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
31 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
33 class BASE_EXPORT RunLoop { class in namespace:base
35 RunLoop();
37 explicit RunLoop(MessagePumpDispatcher* dispatcher);
39 ~RunLoop();
55 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
58 // RunLoop has already finished running has no effect.
67 // if the RunLoop instanc
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.cc68 void DecoderTest::RunLoop(CompressedVideoSource *video, function in class:libvpx_test::DecoderTest
110 void DecoderTest::RunLoop(CompressedVideoSource *video) { function in class:libvpx_test::DecoderTest
112 RunLoop(video, dec_cfg);
H A Dencode_test_driver.cc175 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::__anon9039::GLibLoopRunner
503 runner->RunLoop();
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_sdadapterimp.cpp112 FWL_ERR CFWL_SDAdapterWidgetMgr::RunLoop(IFWL_Widget* widget) { function in class:CFWL_SDAdapterWidgetMgr

Completed in 225 milliseconds