Searched defs:SetNow (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/test/
H A Dsimple_test_clock.cc23 void SimpleTestClock::SetNow(Time now) { function in class:base::SimpleTestClock
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier_unittest.cc28 void SetNow(base::TimeTicks now) { now_ = now; } function in class:cc::__anon2643::TestNotifier
71 notifier.SetNow(schedule_time);
106 notifier.SetNow(schedule_time);
129 notifier.SetNow(notifier.Now() + base::TimeDelta::FromInternalValue(19));
143 notifier.SetNow(notifier.Now() + base::TimeDelta::FromInternalValue(1));
168 notifier.SetNow(schedule_time);
183 notifier.SetNow(schedule_time);
207 notifier.SetNow(schedule_time);
236 notifier.SetNow(notifier.Now() + delay);
256 notifier.SetNow(notifie
[all...]
/external/chromium_org/cc/test/
H A Dscheduler_test_common.h41 void SetNow(base::TimeTicks time) { now_ = time; } function in class:cc::FakeDelayBasedTimeSource
H A Dtest_now_source.cc59 void TestNowSource::SetNow(base::TimeTicks time) { function in class:cc::TestNowSource
61 "TestNowSource::SetNow",
92 SetNow(base::TimeTicks::FromInternalValue(time_in_microseconds));
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager_unittest.cc57 void SetNow(TimeTicks now) { now_ = now; } function in class:base::__anon2334::TestDiscardableMemoryManagerImpl
119 void SetNow(TimeTicks now) { manager_.SetNow(now); } function in class:base::__anon2334::DiscardableMemoryManagerTestBase
422 SetNow(TimeTicks::FromInternalValue(0));
429 SetNow(TimeTicks::FromInternalValue(1));
441 SetNow(TimeTicks::FromInternalValue(2));
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine_unittest.cc102 void SetNow(double now) { function in class:RtpDataMediaChannelTest
296 SetNow(2);
407 SetNow(0.9);
410 SetNow(1.1);
413 SetNow(1.9);
416 SetNow(2.2);
/external/chromium_org/cc/resources/
H A Dresource_update_controller_unittest.cc350 void SetNow(base::TimeTicks time) { now_ = time; } function in class:cc::__anon2775::FakeResourceUpdateController
386 controller->SetNow(controller->Now() + task_runner->NextPendingTaskDelay());
407 controller->SetNow(controller->Now() + base::TimeDelta::FromMilliseconds(1));
454 controller->SetNow(controller->Now() + base::TimeDelta::FromMilliseconds(1));
495 controller->SetNow(controller->Now() + base::TimeDelta::FromMilliseconds(1));

Completed in 1017 milliseconds