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

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 212 const ScoredHistoryMatch& history_match(*match_iter);
217 !template_url->IsSearchURL(history_match.url_info.url(),
220 max_match_score = std::min(max_match_score, history_match.raw_score());
221 matches_.push_back(QuickMatchToACMatch(history_match, max_match_score));
229 const ScoredHistoryMatch& history_match,
231 const history::URLRow& info = history_match.url_info;
234 history_match.url_matches().empty() ?
243 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP);
250 OffsetsFromTermMatches(history_match.url_matches());
257 ReplaceOffsetsInTermMatches(history_match.url_matches(), offsets)
    [all...]
history_quick_provider.h 55 // Creates an AutocompleteMatch from |history_match|, assigning it
58 const history::ScoredHistoryMatch& history_match,
history_url_provider.cc 1100 const history::HistoryMatch& history_match = params.matches[match_number]; local
    [all...]

Completed in 190 milliseconds