Searched refs:first_byte_position_ (Results 1 – 4 of 4) sorted by relevance
18 : first_byte_position_(kPositionNotSpecified), in HttpByteRange()29 return first_byte_position_ != kPositionNotSpecified; in HasFirstBytePosition()39 return (first_byte_position_ >= 0 && in IsValid()41 last_byte_position_ >= first_byte_position_)); in IsValid()55 first_byte_position_ = 0; in ComputeBounds()62 first_byte_position_ = size - std::min(size, suffix_length_); in ComputeBounds()66 if (first_byte_position_ < size) { in ComputeBounds()
22 int64 first_byte_position() const { return first_byte_position_; } in first_byte_position()23 void set_first_byte_position(int64 value) { first_byte_position_ = value; } in set_first_byte_position()51 int64 first_byte_position_;
58 first_byte_position_(first_byte_position), in BufferedResourceLoader()92 if (first_byte_position_ != kPositionNotSpecified) { in Start()95 offset_ = first_byte_position_; in Start()110 first_byte_position_, in Start()598 if (first_byte_position_ != kPositionNotSpecified && in VerifyPartialResponse()599 first_byte_position_ != first_byte_position) { in VerifyPartialResponse()650 return first_byte_position_ != kPositionNotSpecified; in IsRangeRequest()
235 int64 first_byte_position_; variable