HomeSort by relevance Sort by last modified time
    Searched defs:last_byte_position (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/http/
http_byte_range.h 25 int64 last_byte_position() const { return last_byte_position_; } function in class:net::HttpByteRange
http_byte_range_unittest.cc 11 int64 last_byte_position; member in struct:__anon5507
29 range.set_last_byte_position(tests[i].last_byte_position);
38 int64 last_byte_position; member in struct:__anon5508
61 range.set_last_byte_position(tests[i].last_byte_position);
68 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position());
74 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position());
http_response_headers_unittest.cc 1344 int64 last_byte_position; local
    [all...]
http_util.cc 262 int64 last_byte_position; local
263 if (!base::StringToInt64(last_byte_pos, &last_byte_position))
266 range.set_last_byte_position(last_byte_position);
268 range.set_suffix_length(last_byte_position);
  /external/chromium_org/net/http/
http_byte_range.h 25 int64 last_byte_position() const { return last_byte_position_; } function in class:net::HttpByteRange
http_byte_range_unittest.cc 11 int64 last_byte_position; member in struct:__anon11161
29 range.set_last_byte_position(tests[i].last_byte_position);
38 int64 last_byte_position; member in struct:__anon11162
61 range.set_last_byte_position(tests[i].last_byte_position);
68 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position());
74 EXPECT_EQ(tests[i].expected_upper_bound, range.last_byte_position());
http_response_headers_unittest.cc 1435 int64 last_byte_position; local
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 50 int64 last_byte_position)
59 last_byte_position_(last_byte_position),
585 int first_byte_position, last_byte_position, instance_size; local
589 &last_byte_position,
603 // TODO(hclam): I should also check |last_byte_position|, but since
610 int64 last_byte_position) {
614 last_byte_position > kPositionNotSpecified) {
615 if (first_byte_position <= last_byte_position) {
618 last_byte_position);
623 } else if (last_byte_position > kPositionNotSpecified)
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_url_request_job_unittest.cc 235 const size_t last_byte_position = buffer_size - first_byte_position; local
237 buffer.get() + last_byte_position + 1);
243 first_byte_position, last_byte_position));
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.cc 102 int64 last_byte_position,
116 last_byte_position_(last_byte_position),
689 int64* last_byte_position, int64* instance_size) {
706 last_byte_position)) {
718 if (*last_byte_position < *first_byte_position ||
720 *last_byte_position >= *instance_size)) {
729 int64 first_byte_position, last_byte_position, instance_size; local
731 &first_byte_position, &last_byte_position,
745 // TODO(hclam): I should also check |last_byte_position|, but since
752 int64 last_byte_position) {
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 963 const size_t last_byte_position = buffer_size - first_byte_position; local
964 const size_t content_length = last_byte_position - first_byte_position + 1;
966 buffer.get() + last_byte_position + 1);
976 first_byte_position, last_byte_position));
1007 const size_t last_byte_position = buffer_size - 1; local
1008 const size_t content_length = last_byte_position - first_byte_position + 1;
1010 buffer.get() + last_byte_position + 1);
    [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc 740 const size_t last_byte_position = buffer_size - first_byte_position; local
741 const size_t content_length = last_byte_position - first_byte_position + 1;
743 buffer.get() + last_byte_position + 1);
753 first_byte_position, last_byte_position));
784 const size_t last_byte_position = buffer_size - 1; local
785 const size_t content_length = last_byte_position - first_byte_position + 1;
787 buffer.get() + last_byte_position + 1);
    [all...]

Completed in 356 milliseconds