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

/external/chromium/base/
H A Dtimer_unittest.cc55 class RepeatingTimerTester { class in namespace:__anon1814
57 explicit RepeatingTimerTester(bool* did_run) function in class:__anon1814::RepeatingTimerTester
63 &RepeatingTimerTester::Run);
74 base::RepeatingTimer<RepeatingTimerTester> timer_;
127 RepeatingTimerTester f(&did_run);
139 RepeatingTimerTester* a = new RepeatingTimerTester(&did_run_a);
148 RepeatingTimerTester b(&did_run_b);
/external/chromium_org/base/timer/
H A Dtimer_unittest.cc65 class RepeatingTimerTester { class in namespace:__anon3995
67 explicit RepeatingTimerTester(bool* did_run) function in class:__anon3995::RepeatingTimerTester
73 &RepeatingTimerTester::Run);
84 base::RepeatingTimer<RepeatingTimerTester> timer_;
138 RepeatingTimerTester f(&did_run);
150 RepeatingTimerTester* a = new RepeatingTimerTester(&did_run_a);
159 RepeatingTimerTester b(&did_run_b);

Completed in 54 milliseconds