Searched refs:url_matches (Results 1 – 4 of 4) sorted by relevance
135 (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()
200 URLRowVector url_matches; in DoAutocomplete() local214 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()
728 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()
71 TermMatches url_matches; // Term matches within the URL. member