Home
last modified time | relevance | path

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

/external/chromium_org/skia/ext/
Dimage_operations_bench.cc51 bool StringToMethod(const std::string& arg, in StringToMethod() function
202 if (!StringToMethod(value, &method_)) { in ParseArgs()
/external/chromium_org/net/tools/quic/test_tools/
Dhttp_message.h53 static Method StringToMethod(base::StringPiece str);
Dhttp_message.cc74 HTTPMessage::Method HTTPMessage::StringToMethod(StringPiece str) { in StringToMethod() function in net::tools::test::HTTPMessage