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

  /external/chromium/net/http/
http_byte_range.h 24 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:__anon2474
29 range.set_last_byte_position(tests[i].last_byte_position);
38 int64 last_byte_position; member in struct:__anon2475
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 1345 int64 last_byte_position; local
    [all...]
http_util.cc 254 int64 last_byte_position; local
255 if (!StringToInt64(last_byte_pos, &last_byte_position))
258 range.set_last_byte_position(last_byte_position);
260 range.set_suffix_length(last_byte_position);
  /external/chromium/net/url_request/
url_request_unittest.cc 690 const size_t last_byte_position = buffer_size - first_byte_position; local
691 const size_t content_length = last_byte_position - first_byte_position + 1;
693 buffer.get() + last_byte_position + 1);
701 first_byte_position, last_byte_position));
731 const size_t last_byte_position = buffer_size - 1; local
732 const size_t content_length = last_byte_position - first_byte_position + 1;
734 buffer.get() + last_byte_position + 1);
    [all...]

Completed in 133 milliseconds