HomeSort by relevance Sort by last modified time
    Searched full:days_since_last_update (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 333 int days_since_last_update = (now - then).InDays(); local
335 if (days_since_last_update) {
340 if (days_since_last_update == -1) {
355 days_since_last_update = 0;
357 } else if (days_since_last_update < -1) {
364 days_since_last_update = kNumDaysInHistory;
370 if (days_since_last_update == 1) {
382 i < days_since_last_update && i < static_cast<int>(kNumDaysInHistory);
    [all...]

Completed in 95 milliseconds