Home
last modified time | relevance | path

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

/external/chromium/base/
Dtimer_unittest.cc55 class RepeatingTimerTester { class
57 explicit RepeatingTimerTester(bool* did_run) in RepeatingTimerTester() function in __anon431aa7cc0111::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()