HomeSort by relevance Sort by last modified time
    Searched defs:GetUpdateDelay (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
top_sites.cc 745 base::TimeDelta TopSites::GetUpdateDelay() {
810 RestartQueryForTopSitesTimer(GetUpdateDelay());
862 RestartQueryForTopSitesTimer(GetUpdateDelay());
    [all...]
top_sites_unittest.cc 305 base::TimeDelta GetUpdateDelay() {
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());
    [all...]

Completed in 22 milliseconds