Searched refs:HasLastBytePosition (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_byte_range.cc58 bool HttpByteRange::HasLastBytePosition() const { function in class:net::HttpByteRange
78 if (!HasLastBytePosition())
94 !HasLastBytePosition() &&
108 if (HasLastBytePosition())
H A Dhttp_byte_range.h44 bool HasLastBytePosition() const;
H A Dpartial_data.cc213 byte_range_.HasLastBytePosition() ? current_range_start_ + len : 0;
330 byte_range_.HasLastBytePosition();
354 if (!byte_range_.HasLastBytePosition())
361 if (!byte_range_.HasLastBytePosition())
463 byte_range_.HasLastBytePosition() ?
H A Dhttp_response_headers.cc378 DCHECK(byte_range.HasLastBytePosition());

Completed in 89 milliseconds