HomeSort by relevance Sort by last modified time
    Searched defs:HttpByteRange (Results 1 - 2 of 2) 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();

Completed in 22 milliseconds