Searched refs:a_is_host_only (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc66 const bool a_is_host_only = history::IsHostOnly(a.url_info.url()); local
67 if (a_is_host_only != history::IsHostOnly(b.url_info.url()))
68 return a_is_host_only;

Completed in 52 milliseconds