Searched refs:history_match (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc208 const ScoredHistoryMatch& history_match(*match_iter);
213 !template_url->IsSearchURL(history_match.url_info.url(),
216 max_match_score = std::min(max_match_score, history_match.raw_score());
217 matches_.push_back(QuickMatchToACMatch(history_match, max_match_score));
225 const ScoredHistoryMatch& history_match,
227 const history::URLRow& info = history_match.url_info;
230 history_match.url_matches().empty() ?
239 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP);
247 OffsetsFromTermMatches(history_match.url_matches());
254 ReplaceOffsetsInTermMatches(history_match
224 QuickMatchToACMatch( const ScoredHistoryMatch& history_match, int score) argument
[all...]
H A Dhistory_quick_provider.h54 // Creates an AutocompleteMatch from |history_match|, assigning it
57 const history::ScoredHistoryMatch& history_match,
H A Dhistory_url_provider.cc1141 const history::HistoryMatch& history_match = params.matches[match_number]; local
1142 const history::URLRow& info = history_match.url_info;
1149 history_match.input_location + params.input.text().length();
1153 ~((params.trim_http && !history_match.match_in_scheme) ?
1174 size_t match_start = history_match.input_location;

Completed in 2027 milliseconds