• Home
  • Raw
  • Download

Lines Matching refs:Start

43   void Start() {  in Start()  function in __anon959dd6620111::OneShotTimerTester
44 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(delay_ms_), this, in Start()
72 void Start() { in Start() function in __anon959dd6620111::OneShotSelfDeletingTimerTester
73 timer_->Start(FROM_HERE, TimeDelta::FromMilliseconds(10), this, in Start()
94 void Start() { in Start() function in __anon959dd6620111::RepeatingTimerTester
95 timer_.Start(FROM_HERE, delay_, this, &RepeatingTimerTester::Run); in Start()
118 f.Start(); in RunTest_OneShotTimer()
135 a->Start(); in RunTest_OneShotTimer_Cancel()
139 b.Start(); in RunTest_OneShotTimer_Cancel()
153 f.Start(); in RunTest_OneShotSelfDeletingTimer()
166 f.Start(); in RunTest_RepeatingTimer()
184 a->Start(); in RunTest_RepeatingTimer_Cancel()
188 b.Start(); in RunTest_RepeatingTimer_Cancel()
219 tester.Start(); in RunTest_DelayTimer_NoCall()
235 tester.Start(); in RunTest_DelayTimer_OneCall()
268 timers[i].Start(FROM_HERE, TimeDelta::FromMilliseconds(i * 10), in RunTest_DelayTimer_Reset()
274 tester.Start(); in RunTest_DelayTimer_Reset()
337 f.Start(); in TEST()
410 a.Start(); in TEST()
411 b.Start(); in TEST()
426 timer.Start(FROM_HERE, TimeDelta::FromDays(1), in TEST()
438 timer.Start(FROM_HERE, TimeDelta::FromDays(1), in TEST()
454 timer.Start(FROM_HERE, TimeDelta::FromDays(1), in TEST()
513 timer.Start(FROM_HERE, TimeDelta::FromMilliseconds(10), in TEST()
516 timer.Start(FROM_HERE, TimeDelta::FromMilliseconds(40), in TEST()
529 timer.Start(FROM_HERE, TimeDelta::FromMilliseconds(10), in TEST()