Searched refs:scheme_and_host (Results 1 – 1 of 1) sorted by relevance
293 std::string scheme_and_host(schemes[i]); in IsTypedHost() local294 scheme_and_host += content::kStandardSchemeSeparator + host; in IsTypedHost()295 if (AutocompleteForPrefix(scheme_and_host + '/', 1, true, &dummy) || in IsTypedHost()296 AutocompleteForPrefix(scheme_and_host + ':', 1, true, &dummy)) in IsTypedHost()