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

/external/chromium/chrome/browser/history/
H A Dtop_sites_unittest.cc305 base::TimeDelta GetUpdateDelay() { function in class:history::TopSitesTest
306 return top_sites()->GetUpdateDelay();
913 // Makes sure GetUpdateDelay is updated appropriately.
914 TEST_F(TopSitesTest, GetUpdateDelay) {
916 EXPECT_EQ(30, GetUpdateDelay().InSeconds());
928 EXPECT_EQ(60, GetUpdateDelay().InMinutes());
931 EXPECT_EQ(52, GetUpdateDelay().InMinutes());
934 EXPECT_EQ(1, GetUpdateDelay().InMinutes());
H A Dtop_sites.cc745 base::TimeDelta TopSites::GetUpdateDelay() { function in class:history::TopSites
810 RestartQueryForTopSitesTimer(GetUpdateDelay());
862 RestartQueryForTopSitesTimer(GetUpdateDelay());

Completed in 55 milliseconds