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

  /external/chromium/chrome/browser/history/
history_database.cc 222 if (!cached_early_expiration_threshold_.is_null())
223 return cached_early_expiration_threshold_;
232 cached_early_expiration_threshold_ = base::Time::FromInternalValue(threshold);
233 return cached_early_expiration_threshold_;
239 cached_early_expiration_threshold_ = threshold;
history_database.h 174 base::Time cached_early_expiration_threshold_; member in class:history::HistoryDatabase

Completed in 5101 milliseconds