Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_util.h96 static bool IsMethodIdempotent(base::StringPiece method);
Dhttp_util.cc343 bool HttpUtil::IsMethodIdempotent(base::StringPiece method) { in IsMethodIdempotent() function in net::HttpUtil