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

  /external/chromium_org/chrome/browser/history/
history_database.h 189 base::Time cached_early_expiration_threshold_; member in class:history::HistoryDatabase
history_database.cc 265 if (!cached_early_expiration_threshold_.is_null())
266 return cached_early_expiration_threshold_;
275 cached_early_expiration_threshold_ = base::Time::FromInternalValue(threshold);
276 return cached_early_expiration_threshold_;
282 cached_early_expiration_threshold_ = threshold;

Completed in 72 milliseconds