Searched defs:history_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc107 const ScoredHistoryMatch& history_match(*match_iter);
108 if (history_match.raw_score > 0) {
110 QuickMatchToACMatch(history_match, match_num,
119 const ScoredHistoryMatch& history_match,
124 const history::URLRow& info = history_match.url_info;
125 int score = CalculateRelevance(history_match.raw_score,
135 (prevent_inline_autocomplete || history_match.url_matches.size() > 1 ||
136 history_match.url_matches[0].offset > 0)) {
142 history_match.url_matches.empty() ?
151 history_match
118 QuickMatchToACMatch( const ScoredHistoryMatch& history_match, size_t match_number, bool prevent_inline_autocomplete, int* next_dont_inline_score) argument
[all...]
H A Dhistory_url_provider.cc774 const HistoryMatch& history_match,
777 const history::URLRow& info = history_match.url_info;
784 history_match.input_location + params->input.text().length();
788 ~((params->trim_http && !history_match.match_in_scheme) ?
800 size_t match_start = history_match.input_location;
772 HistoryMatchToACMatch( HistoryURLProviderParams* params, const HistoryMatch& history_match, MatchType match_type, size_t match_number) argument

Completed in 214 milliseconds