HomeSort by relevance Sort by last modified time
    Searched refs:HttpByteRange (Results 1 - 11 of 11) sorted by null

  /external/chromium/net/http/
http_byte_range.cc 17 HttpByteRange::HttpByteRange()
24 bool HttpByteRange::IsSuffixByteRange() const {
28 bool HttpByteRange::HasFirstBytePosition() const {
32 bool HttpByteRange::HasLastBytePosition() const {
36 bool HttpByteRange::IsValid() const {
44 bool HttpByteRange::ComputeBounds(int64 size) {
http_byte_range.h 16 class HttpByteRange {
18 HttpByteRange();
http_byte_range_unittest.cc 27 net::HttpByteRange range;
59 net::HttpByteRange range;
partial_data.h 130 HttpByteRange byte_range_; // The range requested by the user.
http_util.cc 191 std::vector<HttpByteRange>* ranges) {
212 std::vector<HttpByteRange>* ranges) {
244 HttpByteRange range;
273 // Do a final check on the HttpByteRange object.
http_util.h 60 std::vector<HttpByteRange>* ranges);
65 std::vector<HttpByteRange>* ranges);
http_util_unittest.cc 657 std::vector<net::HttpByteRange> ranges;
partial_data.cc 129 std::vector<HttpByteRange> ranges;
http_cache_unittest.cc 884 std::vector<net::HttpByteRange> ranges;
898 net::HttpByteRange byte_range = ranges[0];
    [all...]
  /external/chromium/net/url_request/
url_request_file_job.h 60 HttpByteRange byte_range_;
url_request_file_job.cc 286 std::vector<HttpByteRange> ranges;

Completed in 98 milliseconds