Searched refs:IsTypedHost (Results 1 – 6 of 6) sorted by relevance
166 bool IsTypedHost(const std::string& host);
285 bool URLDatabase::IsTypedHost(const std::string& host) { in IsTypedHost() function in history::URLDatabase
419 if (registry_length == 0 && !db_->IsTypedHost(host)) { in AddPage()
171 *is_typed_host = url_db->IsTypedHost(UTF16ToUTF8(host)); in LookupIsTypedHost()
176 } else if (url_db->IsTypedHost(host) && in DoAutocomplete()
853 return registry_length == 0 && db->IsTypedHost(host); in CanFindIntranetURL()