Searched defs:RunUntilIdle (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/base/test/ | ||
D | test_task_runner.cc | 39 void TestTaskRunner::RunUntilIdle() { in RunUntilIdle() function in perfetto::base::TestTaskRunner |
/external/libchrome/base/test/ | ||
D | test_simple_task_runner.cc | 98 void TestSimpleTaskRunner::RunUntilIdle() { in RunUntilIdle() function in base::TestSimpleTaskRunner |
D | scoped_task_environment.cc | 180 void ScopedTaskEnvironment::RunUntilIdle() { in RunUntilIdle() function in base::test::ScopedTaskEnvironment |
D | test_mock_time_task_runner.cc | 236 void TestMockTimeTaskRunner::RunUntilIdle() { in RunUntilIdle() function in base::TestMockTimeTaskRunner |
/external/libchrome/base/ | ||
D | run_loop.cc | 111 void RunLoop::RunUntilIdle() { in RunUntilIdle() function in base::RunLoop |
/external/libchrome/base/message_loop/ | ||
D | message_loop_io_posix_unittest.cc | 230 TEST_F(MessageLoopForIoPosixTest, RunUntilIdle) { in TEST_F() argument |