Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dblob_reader.cc64 source->GetResponseHeaders()->GetContentRange(&first, &last, &length); in OnURLFetchComplete()
/external/chromium_org/content/browser/fileapi/
Dblob_url_request_job_unittest.cc371 request_->response_headers()->GetContentRange(&first, &last, &length)); in TEST_F()
393 request_->response_headers()->GetContentRange(&first, &last, &length)); in TEST_F()
/external/chromium_org/net/http/
Dhttp_response_headers.h260 bool GetContentRange(int64* first_byte_position,
Dpartial_data.cc334 if (!headers->GetContentRange(&start, &end, &total_length)) in ResponseHeadersOK()
Dhttp_response_headers_unittest.cc1321 TEST_P(ContentRangeTest, GetContentRange) { in TEST_P() argument
1332 bool return_value = parsed->GetContentRange(&first_byte_position, in TEST_P()
Dhttp_response_headers.cc1242 bool HttpResponseHeaders::GetContentRange(int64* first_byte_position, in GetContentRange() function in net::HttpResponseHeaders
Dhttp_cache_unittest.cc434 headers->GetContentRange(&range_start, &range_end, &object_size)); in Verify206Response()
/external/chromium_org/content/browser/appcache/
Dappcache_url_request_job_unittest.cc734 headers->GetContentRange(&range_start, &range_end, &object_size)); in VerifyDeliverPartialResponse()