HomeSort by relevance Sort by last modified time
    Searched refs:IsSuffixByteRange (Results 1 - 6 of 6) 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() ?
  /external/chromium_org/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 154 DCHECK(current_range_start_ >= 0 || byte_range_.IsSuffixByteRange());
155 int64 end = byte_range_.IsSuffixByteRange() ?

Completed in 53 milliseconds