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

/external/chromium/chrome/browser/first_run/
H A Dfirst_run_import_observer.cc17 void FirstRunImportObserver::RunLoop() { function in class:FirstRunImportObserver
/external/chromium_org/base/
H A Drun_loop.cc11 RunLoop::RunLoop() function in class:base::RunLoop
28 RunLoop::RunLoop(MessageLoop::Dispatcher* dispatcher) function in class:base::RunLoop
41 RunLoop::~RunLoop() {
44 void RunLoop::Run() {
51 void RunLoop::RunUntilIdle() {
56 void RunLoop::Quit() {
59 // This is the inner-most RunLoop, s
[all...]
H A Drun_loop.h24 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
25 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
27 class BASE_EXPORT RunLoop { class in namespace:base
29 RunLoop();
32 explicit RunLoop(MessageLoop::Dispatcher* dispatcher);
34 ~RunLoop();
57 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
60 // RunLoop has already finished running has no effect.
69 // if the RunLoop instanc
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_test_base.cc13 void ProfileResetterMockObject::RunLoop() { function in class:ProfileResetterMockObject
38 mock_object_.RunLoop();
50 mock_object_.RunLoop();
/external/chromium_org/mojo/public/utility/
H A Drun_loop.h17 class RunLoop { class in namespace:mojo::utility
19 RunLoop();
20 ~RunLoop();
22 // Sets up state needed for RunLoop. This must be invoked before creating a
23 // RunLoop.
29 // Returns the RunLoop for the current thread. Returns NULL if not yet
31 static RunLoop* current();
61 // See description of |RunLoop::next_handler_id_| for details.
94 MOJO_DISALLOW_COPY_AND_ASSIGN(RunLoop);
H A Drun_loop.cc19 ThreadLocalPointer<RunLoop>* tls_run_loop = NULL;
26 struct RunLoop::WaitState {
34 struct RunLoop::RunState {
40 RunLoop::RunLoop() : run_state_(NULL), next_handler_id_(0) { function in class:mojo::utility::RunLoop
46 RunLoop::~RunLoop() {
52 void RunLoop::SetUp() {
54 tls_run_loop = new ThreadLocalPointer<RunLoop>;
58 void RunLoop
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.cc26 void DecoderTest::RunLoop(CompressedVideoSource *video) { function in class:libvpx_test::DecoderTest
H A Dencode_test_driver.cc138 void EncoderTest::RunLoop(VideoSource *video) { function in class:libvpx_test::EncoderTest
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc194 RunLoop().RunUntilIdle();
458 void RunLoop() { function in class:base::__anon3864::GLibLoopRunner
549 runner->RunLoop();
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc69 void RunLoop() { function in namespace:syncer
78 RunLoop();
85 RunLoop();
195 RunLoop();
203 RunLoop();
287 RunLoop();
299 RunLoop();
353 RunLoop();
357 // RunLoop() will trigger TryCanaryJob which will retry configuration.
359 RunLoop();
[all...]
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_job.cc105 return RunLoop(OK);
284 RunLoop(result);
287 int HttpStreamFactoryImpl::Job::RunLoop(int result) { function in class:net::HttpStreamFactoryImpl::Job
447 int rv = RunLoop(OK);
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc161 return RunLoop(OK);
438 RunLoop(result);
441 int HttpStreamFactoryImpl::Job::RunLoop(int result) { function in class:net::HttpStreamFactoryImpl::Job
620 int rv = RunLoop(OK);

Completed in 762 milliseconds