Home
last modified time | relevance | path

Searched refs:ParseContentEncoding (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.h276 static bool ParseContentEncoding(const std::string& content_encoding,
H A Dhttp_util_unittest.cc1699 TEST(HttpUtilTest, ParseContentEncoding) { in TEST() argument
1716 if (!HttpUtil::ParseContentEncoding(value, &used_encodings)) { in TEST()
H A Dhttp_util.cc1164 bool HttpUtil::ParseContentEncoding(const std::string& content_encoding, in ParseContentEncoding() function in net::HttpUtil
H A Dhttp_network_transaction.cc2071 if (!HttpUtil::ParseContentEncoding(content_encoding, &used_encodings)) in ContentEncodingsValid()