Home | History | Annotate | Download | only in http

Lines Matching refs:byte_range

898   net::HttpByteRange byte_range = ranges[0];
899 if (byte_range.first_byte_position() > 79) {
905 EXPECT_TRUE(byte_range.ComputeBounds(80));
906 int start = static_cast<int>(byte_range.first_byte_position());
907 int end = static_cast<int>(byte_range.last_byte_position());