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

  /external/chromium/net/http/
http_byte_range.h 22 int64 first_byte_position() const { return first_byte_position_; } function in class:net::HttpByteRange
http_byte_range_unittest.cc 10 int64 first_byte_position; member in struct:__anon5507
28 range.set_first_byte_position(tests[i].first_byte_position);
37 int64 first_byte_position; member in struct:__anon5508
60 range.set_first_byte_position(tests[i].first_byte_position);
67 EXPECT_EQ(tests[i].expected_lower_bound, range.first_byte_position());
73 EXPECT_EQ(tests[i].expected_lower_bound, range.first_byte_position());
http_response_headers_unittest.cc 1343 int64 first_byte_position; local
    [all...]
http_util.cc 247 int64 first_byte_position = -1; local
248 if (!base::StringToInt64(first_byte_pos, &first_byte_position))
250 range.set_first_byte_position(first_byte_position);
  /external/chromium_org/net/http/
http_byte_range.h 22 int64 first_byte_position() const { return first_byte_position_; } function in class:net::HttpByteRange
http_byte_range_unittest.cc 10 int64 first_byte_position; member in struct:__anon11161
28 range.set_first_byte_position(tests[i].first_byte_position);
37 int64 first_byte_position; member in struct:__anon11162
60 range.set_first_byte_position(tests[i].first_byte_position);
67 EXPECT_EQ(tests[i].expected_lower_bound, range.first_byte_position());
73 EXPECT_EQ(tests[i].expected_lower_bound, range.first_byte_position());
http_response_headers_unittest.cc 1434 int64 first_byte_position; local
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 49 int64 first_byte_position,
58 first_byte_position_(first_byte_position),
585 int first_byte_position, last_byte_position, instance_size; local
588 &first_byte_position,
599 first_byte_position_ != first_byte_position) {
609 int64 first_byte_position,
613 if (first_byte_position > kPositionNotSpecified &&
615 if (first_byte_position <= last_byte_position) {
617 first_byte_position,
620 } else if (first_byte_position > kPositionNotSpecified)
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_url_request_job_unittest.cc 234 const size_t first_byte_position = 500; local
235 const size_t last_byte_position = buffer_size - first_byte_position;
236 std::string partial_buffer_string(buffer.get() + first_byte_position,
243 first_byte_position, last_byte_position));
258 const size_t first_byte_position = 500; local
259 std::string partial_buffer_string(buffer.get() + first_byte_position,
265 first_byte_position));
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.cc 101 int64 first_byte_position,
115 first_byte_position_(first_byte_position),
682 int64 BufferedResourceLoader::first_byte_position() const { function in class:content::BufferedResourceLoader
688 const std::string& content_range_str, int64* first_byte_position,
703 first_byte_position) ||
718 if (*last_byte_position < *first_byte_position ||
729 int64 first_byte_position, last_byte_position, instance_size; local
731 &first_byte_position, &last_byte_position,
741 first_byte_position_ != first_byte_position) {
751 int64 first_byte_position,
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 962 const size_t first_byte_position = 500; local
963 const size_t last_byte_position = buffer_size - first_byte_position;
964 const size_t content_length = last_byte_position - first_byte_position + 1;
965 std::string partial_buffer_string(buffer.get() + first_byte_position,
976 first_byte_position, last_byte_position));
1006 const size_t first_byte_position = 500; local
1008 const size_t content_length = last_byte_position - first_byte_position + 1;
1009 std::string partial_buffer_string(buffer.get() + first_byte_position,
1019 first_byte_position));
    [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc 739 const size_t first_byte_position = 500; local
740 const size_t last_byte_position = buffer_size - first_byte_position;
741 const size_t content_length = last_byte_position - first_byte_position + 1;
742 std::string partial_buffer_string(buffer.get() + first_byte_position,
753 first_byte_position, last_byte_position));
783 const size_t first_byte_position = 500; local
785 const size_t content_length = last_byte_position - first_byte_position + 1;
786 std::string partial_buffer_string(buffer.get() + first_byte_position,
796 first_byte_position));
    [all...]

Completed in 366 milliseconds