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

  /external/chromium/net/http/
http_byte_range.cc 24 bool HttpByteRange::IsSuffixByteRange() const {
54 !IsSuffixByteRange()) {
61 if (IsSuffixByteRange()) {
http_byte_range.h 32 bool IsSuffixByteRange() const;
partial_data.cc 152 DCHECK(current_range_start_ >= 0 || byte_range_.IsSuffixByteRange());
153 int64 end = byte_range_.IsSuffixByteRange() ?

Completed in 575 milliseconds