HomeSort by relevance Sort by last modified time
    Searched refs:ParseRanges (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/http/
http_util.h 61 static bool ParseRanges(const std::string& headers,
64 // Same thing as ParseRanges except the Range header is known and its value
http_util_unittest.cc 742 TEST(HttpUtilTest, ParseRanges) {
858 bool return_value = HttpUtil::ParseRanges(std::string(tests[i].headers),
http_util.cc 186 bool HttpUtil::ParseRanges(const std::string& headers,

Completed in 1611 milliseconds