HomeSort by relevance Sort by last modified time
    Searched refs:GetUpdateDelay (Results 1 - 9 of 9) 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 189 base::TimeDelta GetUpdateDelay();
top_sites_likely_impl.h 189 base::TimeDelta GetUpdateDelay();
top_sites_impl_unittest.cc 319 base::TimeDelta GetUpdateDelay() {
320 return top_sites()->GetUpdateDelay();
878 // Makes sure GetUpdateDelay is updated appropriately.
879 TEST_F(TopSitesImplTest, GetUpdateDelay) {
881 EXPECT_EQ(30, GetUpdateDelay().InSeconds());
893 EXPECT_EQ(60, GetUpdateDelay().InMinutes());
896 EXPECT_EQ(52, GetUpdateDelay().InMinutes());
899 EXPECT_EQ(1, GetUpdateDelay().InMinutes());
    [all...]
top_sites_likely_impl_unittest.cc 320 base::TimeDelta GetUpdateDelay() {
321 return top_sites()->GetUpdateDelay();
879 // Makes sure GetUpdateDelay is updated appropriately.
880 TEST_F(TopSitesLikelyImplTest, GetUpdateDelay) {
882 EXPECT_EQ(30, GetUpdateDelay().InSeconds());
894 EXPECT_EQ(60, GetUpdateDelay().InMinutes());
897 EXPECT_EQ(52, GetUpdateDelay().InMinutes());
900 EXPECT_EQ(1, GetUpdateDelay().InMinutes());
    [all...]
top_sites_impl.cc 706 base::TimeDelta TopSitesImpl::GetUpdateDelay() {
760 RestartQueryForTopSitesTimer(GetUpdateDelay());
813 RestartQueryForTopSitesTimer(GetUpdateDelay());
top_sites_likely_impl.cc 710 base::TimeDelta TopSitesLikelyImpl::GetUpdateDelay() {
764 RestartQueryForTopSitesTimer(GetUpdateDelay());
817 RestartQueryForTopSitesTimer(GetUpdateDelay());

Completed in 1749 milliseconds