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

  /external/chromium_org/net/http/
http_byte_range.cc 50 bool HttpByteRange::IsSuffixByteRange() const {
73 if (IsSuffixByteRange())
95 !IsSuffixByteRange()) {
102 if (IsSuffixByteRange()) {
http_byte_range.h 40 bool IsSuffixByteRange() const;
partial_data.cc 141 DCHECK(current_range_start_ >= 0 || byte_range_.IsSuffixByteRange());
142 int64 end = byte_range_.IsSuffixByteRange() ?

Completed in 131 milliseconds