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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 517 const int min_visit_count = ((match.url_info.visit_count() - 1) / 3) + 1; local
526 match.url_info.url().possibly_invalid_spec(), min_visit_count,
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 888 const int min_visit_count = ((match.url_info.visit_count() - 1) \/ 3) + 1; local
    [all...]

Completed in 266 milliseconds