Home
last modified time | relevance | path

Searched refs:AdvanceMockTickClock (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc98 test_task_runner_->AdvanceMockTickClock(TimeDelta::FromMilliseconds(1)); in SetUp()
133 test_task_runner_->AdvanceMockTickClock(*delay); in RunUntilManagerIsIdle()
443 test_task_runner_->AdvanceMockTickClock(delay); in TEST_P()
734 test_task_runner_->AdvanceMockTickClock(TimeDelta::FromMilliseconds(15)); in TEST_P()
985 test_task_runner_->AdvanceMockTickClock(TimeDelta::FromMilliseconds(300)); in TEST_P()
1237 test_task_runner_->AdvanceMockTickClock(TimeDelta::FromMicroseconds(10000)); in TEST_P()
1272 test_task_runner_->AdvanceMockTickClock(expected_delay); in TEST_P()
1358 test_task_runner_->AdvanceMockTickClock(TimeDelta::FromMilliseconds(10)); in TEST_P()
1364 test_task_runner_->AdvanceMockTickClock(TimeDelta::FromMilliseconds(2)); in TEST_P()
1418 test_task_runner_->AdvanceMockTickClock(delay * 2); in TEST_P()
[all …]
/external/libchrome/base/test/
Dtest_mock_time_task_runner.h145 void AdvanceMockTickClock(TimeDelta delta);
Dtest_mock_time_task_runner_unittest.cc285 task_runner->AdvanceMockTickClock(TimeDelta::FromSeconds(3)); in TEST()
Dtest_mock_time_task_runner.cc232 void TestMockTimeTaskRunner::AdvanceMockTickClock(TimeDelta delta) { in AdvanceMockTickClock() function in base::TestMockTimeTaskRunner