/external/chromium/net/http/ |
D | http_byte_range_unittest.cc | 11 int64 last_byte_position; in TEST() member 29 range.set_last_byte_position(tests[i].last_byte_position); in TEST() 38 int64 last_byte_position; in TEST() member 61 range.set_last_byte_position(tests[i].last_byte_position); in TEST() 68 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position()); in TEST() 74 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position()); in TEST()
|
D | partial_data.cc | 142 byte_range_.last_byte_position(); in Init() 154 byte_range_.suffix_length() : byte_range_.last_byte_position(); in RestoreHeaders() 360 if (byte_range_.IsValid() && end > byte_range_.last_byte_position()) in ResponseHeadersOK() 386 end = byte_range_.last_byte_position(); in FixResponseHeaders() 468 byte_range_.last_byte_position() - current_range_start_ + 1 : in GetNextRangeLen()
|
D | http_byte_range.h | 25 int64 last_byte_position() const { return last_byte_position_; } in last_byte_position() function
|
D | http_response_headers.cc | 1133 int64* last_byte_position, in GetContentRange() argument 1137 *first_byte_position = *last_byte_position = *instance_length = -1; in GetContentRange() 1199 last_byte_position); in GetContentRange() 1201 *first_byte_position = *last_byte_position = -1; in GetContentRange() 1204 if (*first_byte_position < 0 || *last_byte_position < 0 || in GetContentRange() 1205 *first_byte_position > *last_byte_position) in GetContentRange() 1231 if (*first_byte_position < 0 || *last_byte_position < 0 || in GetContentRange() 1232 *instance_length < 0 || *instance_length - 1 < *last_byte_position) in GetContentRange()
|
D | http_util.cc | 262 int64 last_byte_position; in ParseRangeHeader() local 263 if (!base::StringToInt64(last_byte_pos, &last_byte_position)) in ParseRangeHeader() 266 range.set_last_byte_position(last_byte_position); in ParseRangeHeader() 268 range.set_suffix_length(last_byte_position); in ParseRangeHeader()
|
D | http_response_headers_unittest.cc | 1344 int64 last_byte_position; in TEST() local 1347 &last_byte_position, in TEST() 1351 EXPECT_EQ(tests[i].expected_last_byte_position, last_byte_position); in TEST()
|
D | http_response_headers.h | 238 int64* last_byte_position,
|
/external/chromium_org/net/http/ |
D | http_byte_range_unittest.cc | 11 int64 last_byte_position; in TEST() member 29 range.set_last_byte_position(tests[i].last_byte_position); in TEST() 38 int64 last_byte_position; in TEST() member 61 range.set_last_byte_position(tests[i].last_byte_position); in TEST() 68 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position()); in TEST() 74 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position()); in TEST()
|
D | http_byte_range.cc | 29 int64 last_byte_position) { in Bounded() argument 32 range.set_last_byte_position(last_byte_position); in Bounded() 82 first_byte_position(), last_byte_position()); in GetHeaderValue()
|
D | http_byte_range.h | 24 int64 last_byte_position); 33 int64 last_byte_position() const { return last_byte_position_; } in last_byte_position() function
|
D | partial_data.cc | 131 byte_range_.last_byte_position(); in Init() 143 byte_range_.suffix_length() : byte_range_.last_byte_position(); in RestoreHeaders() 371 if (byte_range_.IsValid() && end > byte_range_.last_byte_position()) in ResponseHeadersOK() 397 end = byte_range_.last_byte_position(); in FixResponseHeaders() 481 byte_range_.last_byte_position() - current_range_start_ + 1 : in GetNextRangeLen()
|
D | http_response_headers.cc | 1205 int64* last_byte_position, in GetContentRange() argument 1209 *first_byte_position = *last_byte_position = *instance_length = -1; in GetContentRange() 1271 last_byte_position); in GetContentRange() 1273 *first_byte_position = *last_byte_position = -1; in GetContentRange() 1276 if (*first_byte_position < 0 || *last_byte_position < 0 || in GetContentRange() 1277 *first_byte_position > *last_byte_position) in GetContentRange() 1303 if (*first_byte_position < 0 || *last_byte_position < 0 || in GetContentRange() 1304 *instance_length < 0 || *instance_length - 1 < *last_byte_position) in GetContentRange()
|
D | http_util.cc | 272 int64 last_byte_position; in ParseRangeHeader() local 273 if (!base::StringToInt64(last_byte_pos, &last_byte_position)) in ParseRangeHeader() 276 range.set_last_byte_position(last_byte_position); in ParseRangeHeader() 278 range.set_suffix_length(last_byte_position); in ParseRangeHeader()
|
D | http_response_headers_unittest.cc | 1435 int64 last_byte_position; in TEST() local 1438 &last_byte_position, in TEST() 1442 EXPECT_EQ(tests[i].expected_last_byte_position, last_byte_position); in TEST()
|
/external/chromium/webkit/glue/media/ |
D | buffered_resource_loader.cc | 50 int64 last_byte_position) in BufferedResourceLoader() argument 59 last_byte_position_(last_byte_position), in BufferedResourceLoader() 585 int first_byte_position, last_byte_position, instance_size; in VerifyPartialResponse() local 589 &last_byte_position, in VerifyPartialResponse() 610 int64 last_byte_position) { in GenerateHeaders() argument 614 last_byte_position > kPositionNotSpecified) { in GenerateHeaders() 615 if (first_byte_position <= last_byte_position) { in GenerateHeaders() 618 last_byte_position); in GenerateHeaders() 623 } else if (last_byte_position > kPositionNotSpecified) { in GenerateHeaders()
|
D | buffered_resource_loader.h | 57 int64 last_byte_position); 196 int64 last_byte_position);
|
D | buffered_data_source.h | 62 int64 first_byte_position, int64 last_byte_position);
|
/external/chromium_org/content/renderer/media/ |
D | buffered_resource_loader.cc | 101 int64 last_byte_position, in BufferedResourceLoader() argument 115 last_byte_position_(last_byte_position), in BufferedResourceLoader() 691 int64* last_byte_position, int64* instance_size) { in ParseContentRange() argument 708 last_byte_position)) { in ParseContentRange() 720 if (*last_byte_position < *first_byte_position || in ParseContentRange() 722 *last_byte_position >= *instance_size)) { in ParseContentRange() 731 int64 first_byte_position, last_byte_position, instance_size; in VerifyPartialResponse() local 733 &first_byte_position, &last_byte_position, in VerifyPartialResponse()
|
D | buffered_resource_loader.h | 92 int64 last_byte_position, in NON_EXPORTED_BASE() 205 int64* last_byte_position, int64* instance_size); in NON_EXPORTED_BASE()
|
D | buffered_data_source.h | 98 int64 first_byte_position, int64 last_byte_position);
|
D | buffered_data_source.cc | 111 int64 first_byte_position, int64 last_byte_position) { in CreateResourceLoader() argument 121 last_byte_position, in CreateResourceLoader()
|
/external/chromium_org/content/browser/fileapi/ |
D | file_system_url_request_job_unittest.cc | 219 const size_t last_byte_position = buffer_size - first_byte_position; in TEST_F() local 221 buffer.get() + last_byte_position + 1); in TEST_F() 227 first_byte_position, last_byte_position).GetHeaderValue()); in TEST_F()
|
/external/chromium_org/android_webview/browser/net/ |
D | input_stream_reader.cc | 68 size = byte_range->last_byte_position() - in VerifyRequestedRange()
|
/external/chromium_org/content/browser/streams/ |
D | stream_url_request_job.cc | 163 max_range_ = ranges[0].last_byte_position() + 1; in SetExtraRequestHeaders()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | file_system_url_request_job.cc | 196 remaining_bytes_ = byte_range_.last_byte_position() - in DidGetMetadata()
|