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

  /external/chromium/chrome/browser/history/
top_sites.cc 54 static const int64 kMaxUpdateIntervalMinutes = 60;
749 int64 range = kMaxUpdateIntervalMinutes - kMinUpdateIntervalMinutes;
750 int64 minutes = kMaxUpdateIntervalMinutes -
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 95 static const int64 kMaxUpdateIntervalMinutes = 60;
734 int64 range = kMaxUpdateIntervalMinutes - kMinUpdateIntervalMinutes;
735 int64 minutes = kMaxUpdateIntervalMinutes -
    [all...]

Completed in 27 milliseconds