Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth.h150 static Scheme StringToScheme(const std::string& str);
H A Dhttp_auth.cc157 HttpAuth::Scheme HttpAuth::StringToScheme(const std::string& str) { in StringToScheme() function in net::HttpAuth