Searched refs:IsSuffixByteRange (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_byte_range.cc50 bool HttpByteRange::IsSuffixByteRange() const { function in class:net::HttpByteRange
73 if (IsSuffixByteRange())
95 !IsSuffixByteRange()) {
102 if (IsSuffixByteRange()) {
H A Dhttp_byte_range.h40 bool IsSuffixByteRange() const;
H A Dpartial_data.cc141 DCHECK(current_range_start_ >= 0 || byte_range_.IsSuffixByteRange());
142 int64 end = byte_range_.IsSuffixByteRange() ?

Completed in 346 milliseconds