Searched refs:restore_timer_ (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.cc92 if (restore_timer_.IsRunning())
93 restore_timer_.Reset();
151 restore_timer_.Start(FROM_HERE,
158 restore_timer_.Stop();
H A Drecommendation_restorer.h67 base::OneShotTimer<RecommendationRestorer> restore_timer_; member in class:policy::RecommendationRestorer
H A Drecommendation_restorer_unittest.cc230 EXPECT_FALSE(restorer_->restore_timer_.IsRunning());
235 EXPECT_TRUE(restorer_->restore_timer_.IsRunning());
237 restorer_->restore_timer_.GetCurrentDelay());

Completed in 204 milliseconds