Home
last modified time | relevance | path

Searched refs:RepeatingTimerTester (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dtimer_unittest.cc55 class RepeatingTimerTester { class
57 explicit RepeatingTimerTester(bool* did_run) in RepeatingTimerTester() function in __anonf6fdbd0c0111::RepeatingTimerTester
63 &RepeatingTimerTester::Run); in Start()
74 base::RepeatingTimer<RepeatingTimerTester> timer_;
127 RepeatingTimerTester f(&did_run); in RunTest_RepeatingTimer()
139 RepeatingTimerTester* a = new RepeatingTimerTester(&did_run_a); in RunTest_RepeatingTimer_Cancel()
148 RepeatingTimerTester b(&did_run_b); in RunTest_RepeatingTimer_Cancel()
/external/chromium_org/base/timer/
Dtimer_unittest.cc65 class RepeatingTimerTester { class
67 explicit RepeatingTimerTester(bool* did_run, const TimeDelta& delay) in RepeatingTimerTester() function in __anona84f64e30111::RepeatingTimerTester
72 timer_.Start(FROM_HERE, delay_, this, &RepeatingTimerTester::Run); in Start()
85 base::RepeatingTimer<RepeatingTimerTester> timer_;
140 RepeatingTimerTester f(&did_run, delay); in RunTest_RepeatingTimer()
153 RepeatingTimerTester* a = new RepeatingTimerTester(&did_run_a, delay); in RunTest_RepeatingTimer_Cancel()
162 RepeatingTimerTester b(&did_run_b, delay); in RunTest_RepeatingTimer_Cancel()