HomeSort by relevance Sort by last modified time
    Searched refs:HistoryMatch (Results 1 - 12 of 12) 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_org/chrome/browser/autocomplete/
history_provider_util.h 16 struct HistoryMatch {
18 HistoryMatch();
20 HistoryMatch(const URLRow& url_info,
25 static bool EqualsGURL(const HistoryMatch& h, const GURL& url);
27 // Returns true if url in this HistoryMatch is just a host
58 typedef std::deque<HistoryMatch> HistoryMatches;
history_provider_util.cc 11 HistoryMatch::HistoryMatch()
19 HistoryMatch::HistoryMatch(const URLRow& url_info,
30 bool HistoryMatch::EqualsGURL(const HistoryMatch& h, const GURL& url) {
34 bool HistoryMatch::IsHostOnly() const {
history_url_provider.h 244 bool PromoteMatchForInlineAutocomplete(const history::HistoryMatch& match,
290 const history::HistoryMatch& history_match,
history_url_provider.cc 76 history::HistoryMatch match(info, input_location, match_in_scheme, true);
88 GURL ConvertToHostOnly(const history::HistoryMatch& match,
112 bool CompareHistoryMatch(const history::HistoryMatch& a,
113 const history::HistoryMatch& b) {
534 history_matches.push_back(history::HistoryMatch(*j, i->prefix.length(),
599 const history::HistoryMatch& match = history_matches[i];
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match.h 24 // An HistoryMatch that has a score as well as metrics defining where in the
26 class ScoredHistoryMatch : public history::HistoryMatch {
scored_history_match.cc 57 : HistoryMatch(row, 0, false, false),
  /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 3570 milliseconds