Searched refs:IsHandledProtocol (Results 1 – 4 of 4) sorted by relevance
74 !net::URLRequest::IsHandledProtocol(scheme); in CanSchemeBeOverridden()
311 bool URLRequest::IsHandledProtocol(const std::string& scheme) { in IsHandledProtocol() function in net::URLRequest322 return IsHandledProtocol(url.scheme()); in IsHandledURL()
260 static bool IsHandledProtocol(const std::string& scheme);
166 if (net::URLRequest::IsHandledProtocol(UTF16ToASCII(parsed_scheme))) in Parse()