Searched refs:ParseRanges (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/http/
H A Dhttp_util_unittest.cc542 TEST(HttpUtilTest, ParseRanges) {
658 bool return_value = HttpUtil::ParseRanges(std::string(tests[i].headers),
H A Dhttp_util.cc190 bool HttpUtil::ParseRanges(const std::string& headers, function in class:HttpUtil
H A Dhttp_util.h59 static bool ParseRanges(const std::string& headers,
62 // Same thing as ParseRanges except the Range header is known and its value
/external/chromium_org/net/http/
H A Dhttp_util.h61 static bool ParseRanges(const std::string& headers,
64 // Same thing as ParseRanges except the Range header is known and its value
H A Dhttp_util_unittest.cc720 TEST(HttpUtilTest, ParseRanges) {
836 bool return_value = HttpUtil::ParseRanges(std::string(tests[i].headers),
H A Dhttp_util.cc200 bool HttpUtil::ParseRanges(const std::string& headers,

Completed in 124 milliseconds