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

  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.h 30 bool IsHostOnly() const;
history_provider_util.cc 34 bool HistoryMatch::IsHostOnly() const {
history_url_provider.cc 134 if ((a.url_info.typed_count() == 1) && (a.IsHostOnly() != b.IsHostOnly()))
135 return a.IsHostOnly();
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 164 (IsHostOnly() && (row.typed_count() == 1));
191 if (!promote_to_inline && IsHostOnly())
238 if (m1.IsHostOnly() != m2.IsHostOnly())
239 return m1.IsHostOnly();
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 41 bool IsHostOnly(const GURL& url) {
66 const bool a_is_host_only = history::IsHostOnly(a.url_info.url());
67 if (a_is_host_only != history::IsHostOnly(b.url_info.url()))
423 !history::IsHostOnly(match.url_info.url())))
    [all...]

Completed in 1252 milliseconds