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

  /external/chromium/chrome/browser/history/
history_types.cc 389 base::Time AutocompleteAgeThreshold() {
397 threshold.is_null() ? AutocompleteAgeThreshold() : threshold;
history_types_unittest.cc 171 const base::Time& threshold(AutocompleteAgeThreshold());
history_types.h 669 base::Time AutocompleteAgeThreshold();
676 // AutocompleteAgeThreshold() (or any other desired time in the past).
url_database.cc 273 0, AutocompleteAgeThreshold().ToInternalValue());
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 704 const base::Time& threshold(history::AutocompleteAgeThreshold());
    [all...]

Completed in 307 milliseconds