Home
last modified time | relevance | path

Searched refs:QuitWhenIdleClosure (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/test/
Dtest_mock_time_task_runner_unittest.cc156 FROM_HERE, run_loop.QuitWhenIdleClosure(), TimeDelta::FromSeconds(5)); in TEST()
177 FROM_HERE, run_loop.QuitWhenIdleClosure(), TimeDelta::FromDays(50)); in TEST()
224 FROM_HERE, run_loop.QuitWhenIdleClosure(), TestTimeouts::tiny_timeout()); in TEST()
/external/libchrome/ipc/
Dipc_cpu_perftest.cc243 run_loop.QuitWhenIdleClosure()); in RunPingPongServer()
289 quit_closure_ = run_loop.QuitWhenIdleClosure(); in RunPingPongServer()
371 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
Dipc_perftest_util.cc118 listener_->Init(channel.get(), run_loop.QuitWhenIdleClosure()); in Run()
Dipc_mojo_perftest.cc346 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
440 quit_closure_ = run_loop.QuitWhenIdleClosure(); in RunInterfacePassingServer()
515 run_loop.QuitWhenIdleClosure()); in RunInterfacePassingClient()
/external/libchrome/mojo/public/java/system/javatests/
Dmojo_test_rule.cc64 FROM_HERE, run_loop.QuitWhenIdleClosure(), in JNI_MojoTestRule_RunLoop()
/external/libchrome/base/
Drun_loop.h120 base::Closure QuitWhenIdleClosure();
Drun_loop.cc164 base::Closure RunLoop::QuitWhenIdleClosure() { in QuitWhenIdleClosure() function in base::RunLoop