Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.h262 static int MapStatusCodeForHistogram(int code);
H A Dhttp_util.cc865 int HttpUtil::MapStatusCodeForHistogram(int code) { in MapStatusCodeForHistogram() function in net::HttpUtil
H A Dhttp_response_headers.cc246 HttpUtil::MapStatusCodeForHistogram(response_code_), in HttpResponseHeaders()