Searched defs:OneShotSelfDeletingTimerTester (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dtimer_unittest.cc35 class OneShotSelfDeletingTimerTester { class in namespace:__anon1650
37 explicit OneShotSelfDeletingTimerTester(bool* did_run) : function in class:__anon1650::OneShotSelfDeletingTimerTester
39 timer_(new base::OneShotTimer<OneShotSelfDeletingTimerTester>()) {
43 &OneShotSelfDeletingTimerTester::Run);
52 scoped_ptr<base::OneShotTimer<OneShotSelfDeletingTimerTester> > timer_;
115 OneShotSelfDeletingTimerTester f(&did_run);

Completed in 45 milliseconds