Home
last modified time | relevance | path

Searched refs:IsTypedHost (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/history/
Durl_database.h166 bool IsTypedHost(const std::string& host);
Durl_database.cc285 bool URLDatabase::IsTypedHost(const std::string& host) { in IsTypedHost() function in history::URLDatabase
Dhistory_backend.cc419 if (registry_length == 0 && !db_->IsTypedHost(host)) { in AddPage()
/external/chromium_org/chrome/browser/ui/webui/omnibox/
Domnibox_ui_handler.cc171 *is_typed_host = url_db->IsTypedHost(UTF16ToUTF8(host)); in LookupIsTypedHost()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_quick_provider.cc176 } else if (url_db->IsTypedHost(host) && in DoAutocomplete()
Dhistory_url_provider.cc853 return registry_length == 0 && db->IsTypedHost(host); in CanFindIntranetURL()