Home
last modified time | relevance | path

Searched refs:url_matches (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc135 (prevent_inline_autocomplete || history_match.url_matches.size() > 1 || in QuickMatchToACMatch()
136 history_match.url_matches[0].offset > 0)) { in QuickMatchToACMatch()
142 history_match.url_matches.empty() ? in QuickMatchToACMatch()
163 InMemoryURLIndex::OffsetsFromTermMatches(history_match.url_matches); in QuickMatchToACMatch()
168 InMemoryURLIndex::ReplaceOffsetsInTermMatches(history_match.url_matches, in QuickMatchToACMatch()
Dhistory_url_provider.cc200 URLRowVector url_matches; in DoAutocomplete() local
214 kMaxMatches * 2, (backend == NULL), &url_matches); in DoAutocomplete()
215 for (URLRowVector::const_iterator j(url_matches.begin()); in DoAutocomplete()
216 j != url_matches.end(); ++j) { in DoAutocomplete()
/external/chromium/chrome/browser/history/
Din_memory_url_index.cc728 match.url_matches.insert(match.url_matches.end(), url_term_matches.begin(), in ScoredMatchForURL()
736 match.url_matches = SortAndDeoverlap(match.url_matches); in ScoredMatchForURL()
742 int url_score = ScoreComponentForMatches(match.url_matches, url.size()) * in ScoredMatchForURL()
743 match.url_matches.size() / terms.size(); in ScoredMatchForURL()
Din_memory_url_index.h71 TermMatches url_matches; // Term matches within the URL. member