Home
last modified time | relevance | path

Searched refs:AutocompleteAgeThreshold (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dhistory_types.cc378 base::Time AutocompleteAgeThreshold() { in AutocompleteAgeThreshold() function
386 threshold.is_null() ? AutocompleteAgeThreshold() : threshold; in RowQualifiesAsSignificant()
Dhistory_types_unittest.cc119 const base::Time& threshold(AutocompleteAgeThreshold()); in TEST()
Dhistory_types.h667 base::Time AutocompleteAgeThreshold();
Durl_database.cc256 0, AutocompleteAgeThreshold().ToInternalValue()); in InitURLEnumeratorForSignificant()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.cc1016 const base::Time& threshold(history::AutocompleteAgeThreshold()); in CullPoorMatches()