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

  /external/chromium_org/net/http/
http_byte_range.cc 20 HttpByteRange::HttpByteRange()
28 HttpByteRange HttpByteRange::Bounded(int64 first_byte_position,
30 HttpByteRange range;
37 HttpByteRange HttpByteRange::RightUnbounded(int64 first_byte_position) {
38 HttpByteRange range;
44 HttpByteRange HttpByteRange::Suffix(int64 suffix_length)
    [all...]
http_byte_range.h 18 class NET_EXPORT HttpByteRange {
20 HttpByteRange();
23 static HttpByteRange Bounded(int64 first_byte_position,
25 static HttpByteRange RightUnbounded(int64 first_byte_position);
26 static HttpByteRange Suffix(int64 suffix_length);

Completed in 37 milliseconds