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

  /external/chromium/chrome/browser/history/
top_sites.h 263 base::TimeDelta GetUpdateDelay();
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...]
top_sites.cc 745 base::TimeDelta TopSites::GetUpdateDelay() {
810 RestartQueryForTopSitesTimer(GetUpdateDelay());
862 RestartQueryForTopSitesTimer(GetUpdateDelay());
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl.h 180 base::TimeDelta GetUpdateDelay();
top_sites_impl_unittest.cc 313 base::TimeDelta GetUpdateDelay() {
314 return top_sites()->GetUpdateDelay();
    [all...]
top_sites_impl.cc 730 base::TimeDelta TopSitesImpl::GetUpdateDelay() {
784 RestartQueryForTopSitesTimer(GetUpdateDelay());
838 RestartQueryForTopSitesTimer(GetUpdateDelay());
    [all...]

Completed in 29 milliseconds