Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_util.h247 static int MapStatusCodeForHistogram(int code);
Dhttp_util.cc856 int HttpUtil::MapStatusCodeForHistogram(int code) { in MapStatusCodeForHistogram() function in net::HttpUtil
Dhttp_response_headers.cc182 HttpUtil::MapStatusCodeForHistogram(response_code_), in HttpResponseHeaders()