Home | History | Annotate | Download | only in http

Lines Matching defs:HttpByteRange

20 HttpByteRange::HttpByteRange()
28 HttpByteRange HttpByteRange::Bounded(int64 first_byte_position,
30 HttpByteRange range;
37 HttpByteRange HttpByteRange::RightUnbounded(int64 first_byte_position) {
38 HttpByteRange range;
44 HttpByteRange HttpByteRange::Suffix(int64 suffix_length) {
45 HttpByteRange range;
50 bool HttpByteRange::IsSuffixByteRange() const {
54 bool HttpByteRange::HasFirstBytePosition() const {
58 bool HttpByteRange::HasLastBytePosition() const {
62 bool HttpByteRange::IsValid() const {
70 std::string HttpByteRange::GetHeaderValue() const {
85 bool HttpByteRange::ComputeBounds(int64 size) {