Searched refs:SetNow (Results 1 – 5 of 5) sorted by relevance
94 void SetNow(double now) { in SetNow() function in RtpDataMediaChannelTest295 SetNow(2); in TEST_F()407 SetNow(0.9); in TEST_F()410 SetNow(1.1); in TEST_F()413 SetNow(1.9); in TEST_F()416 SetNow(2.2); in TEST_F()
66 clock_.SetNow(start); in TEST_F()81 clock_.SetNow(start + TimeDelta::FromSeconds(3)); in TEST_F()
106 test_clock_->SetNow(current_time_); in RunOnce()
30 void SetNow(Time now);
23 void SimpleTestClock::SetNow(Time now) { in SetNow() function in base::SimpleTestClock