Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dhttp_proxy.cc241 if (base::LowerCaseEqualsASCII(client_method_, kHTTPMethodConnect)) { in OnConnectCompletion()
291 if (!base::LowerCaseEqualsASCII(client_method_, kHTTPMethodConnect)) { in ParseClientRequest()
466 client_method_ = header->substr(0, method_end); in ReadClientHTTPMethod()
660 client_method_.clear(); in StopClient()
Dhttp_proxy.h154 std::string client_method_; variable