Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.h258 static std::vector<int> GetStatusCodesForHistogram();
H A Dhttp_util.cc853 std::vector<int> HttpUtil::GetStatusCodesForHistogram() { in GetStatusCodesForHistogram() function in net::HttpUtil
H A Dhttp_response_headers.cc250 HttpUtil::GetStatusCodesForHistogram()); in HttpResponseHeaders()