Lines Matching refs:Start
21 void Start() { in Start() function in __anon08ce8d850111::OneShotTimerTester
22 timer_.Start(TimeDelta::FromMilliseconds(delay_ms_), this, in Start()
41 void Start() { in Start() function in __anon08ce8d850111::OneShotSelfDeletingTimerTester
42 timer_->Start(TimeDelta::FromMilliseconds(10), this, in Start()
61 void Start() { in Start() function in __anon08ce8d850111::RepeatingTimerTester
62 timer_.Start(TimeDelta::FromMilliseconds(10), this, in Start()
82 f.Start(); in RunTest_OneShotTimer()
99 a->Start(); in RunTest_OneShotTimer_Cancel()
103 b.Start(); in RunTest_OneShotTimer_Cancel()
116 f.Start(); in RunTest_OneShotSelfDeletingTimer()
128 f.Start(); in RunTest_RepeatingTimer()
145 a->Start(); in RunTest_RepeatingTimer_Cancel()
149 b.Start(); in RunTest_RepeatingTimer_Cancel()
184 tester.Start(); in RunTest_DelayTimer_NoCall()
200 tester.Start(); in RunTest_DelayTimer_OneCall()
236 timers[i].Start(TimeDelta::FromMilliseconds(i * 10), &reset_helper, in RunTest_DelayTimer_Reset()
242 tester.Start(); in RunTest_DelayTimer_Reset()
349 a.Start(); in TEST()
350 b.Start(); in TEST()