Searched refs:QuitWhenIdleClosure (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/test/ |
D | test_mock_time_task_runner_unittest.cc | 156 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/ |
D | ipc_cpu_perftest.cc | 243 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()
|
D | ipc_perftest_util.cc | 118 listener_->Init(channel.get(), run_loop.QuitWhenIdleClosure()); in Run()
|
D | ipc_mojo_perftest.cc | 346 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/ |
D | mojo_test_rule.cc | 64 FROM_HERE, run_loop.QuitWhenIdleClosure(), in JNI_MojoTestRule_RunLoop()
|
/external/libchrome/base/ |
D | run_loop.h | 120 base::Closure QuitWhenIdleClosure();
|
D | run_loop.cc | 164 base::Closure RunLoop::QuitWhenIdleClosure() { in QuitWhenIdleClosure() function in base::RunLoop
|