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

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.cc 13 innermost_match(true) {
19 bool innermost_match)
23 innermost_match(innermost_match) {
history_provider_util.h 24 bool innermost_match);
48 bool innermost_match; member in struct:history::HistoryMatch
history_url_provider.cc 56 if (a.innermost_match != b.innermost_match)
57 return a.innermost_match;
680 // http://http.com (innermost_match)
681 // http://htaccess.com (!innermost_match, url_info.visit_count == 2)
682 // http://http.com (!innermost_match, url_info.visit_count == 1)
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 15 innermost_match(true) {
21 bool innermost_match)
25 innermost_match(innermost_match) {
history_provider_util.h 23 bool innermost_match);
52 bool innermost_match; member in struct:history::HistoryMatch
history_url_provider.cc 115 if (a.innermost_match != b.innermost_match)
116 return a.innermost_match;
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 111 // Initialize innermost_match.
142 innermost_match = (num_components_in_best_inlineable_prefix ==
224 if (m1.innermost_match != m2.innermost_match)
225 return m1.innermost_match;

Completed in 131 milliseconds