Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_auth_handler_factory.cc73 bool IsSupportedScheme(const std::vector<std::string>& supported_schemes, in IsSupportedScheme() function
132 if (IsSupportedScheme(supported_schemes, "basic")) in Create()
135 if (IsSupportedScheme(supported_schemes, "digest")) in Create()
138 if (IsSupportedScheme(supported_schemes, "ntlm")) { in Create()
147 if (IsSupportedScheme(supported_schemes, "negotiate")) { in Create()