Home
last modified time | relevance | path

Searched refs:GetContentRange (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/http/
Dhttp_response_headers.h237 bool GetContentRange(int64* first_byte_position,
Dhttp_response_headers_unittest.cc1096 TEST(HttpResponseHeaders, GetContentRange) { in TEST() argument
1346 bool return_value = parsed->GetContentRange(&first_byte_position, in TEST()
Dpartial_data.cc330 if (!headers->GetContentRange(&start, &end, &total_length)) in ResponseHeadersOK()
Dhttp_response_headers.cc1132 bool HttpResponseHeaders::GetContentRange(int64* first_byte_position, in GetContentRange() function in net::HttpResponseHeaders
Dhttp_cache_unittest.cc974 headers->GetContentRange(&range_start, &range_end, &object_size)); in Verify206Response()