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

  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 32 bool HistoryMatch::IsHostOnly() const {
  /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 176 milliseconds