Searched refs:StringToMethod (Results 1 – 3 of 3) sorted by relevance
51 bool StringToMethod(const std::string& arg, in StringToMethod() function202 if (!StringToMethod(value, &method_)) { in ParseArgs()
53 static Method StringToMethod(base::StringPiece str);
74 HTTPMessage::Method HTTPMessage::StringToMethod(StringPiece str) { in StringToMethod() function in net::tools::test::HTTPMessage