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

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.cc 9 HistoryMatch::HistoryMatch()
16 HistoryMatch::HistoryMatch(const URLRow& url_info,
26 bool HistoryMatch::operator==(const GURL& url) const {
history_provider_util.h 17 struct HistoryMatch {
19 HistoryMatch();
21 HistoryMatch(const URLRow& url_info,
50 typedef std::deque<HistoryMatch> HistoryMatches;
63 // input is an innermost match or not. See comments in HistoryMatch.
history_url_provider.h 197 static GURL ConvertToHostOnly(const history::HistoryMatch& match,
258 const history::HistoryMatch& match);
289 const history::HistoryMatch& history_match,
history_url_provider.cc 34 using history::HistoryMatch;
48 bool CompareHistoryMatch(const HistoryMatch& a, const HistoryMatch& b) {
82 GURL ConvertToHostOnly(const HistoryMatch& match, const string16& input) {
219 history_matches.push_back(HistoryMatch(*j, i->prefix.length(),
267 const HistoryMatch& match = history_matches[i];
414 const HistoryMatch& match) {
486 const HistoryMatch& match = matches->front();
561 HistoryMatch match(info, input_location, match_in_scheme, true);
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 60 struct ScoredHistoryMatch : public HistoryMatch {
in_memory_url_index.cc 63 : HistoryMatch(url_info, 0, false, false),
    [all...]

Completed in 91 milliseconds