Searched refs:first_byte_position_ (Results 1 – 4 of 4) sorted by relevance
21 : first_byte_position_(kPositionNotSpecified), in HttpByteRange()55 return first_byte_position_ != kPositionNotSpecified; in HasFirstBytePosition()65 return (first_byte_position_ >= 0 && in IsValid()67 last_byte_position_ >= first_byte_position_)); in IsValid()96 first_byte_position_ = 0; in ComputeBounds()103 first_byte_position_ = size - std::min(size, suffix_length_); in ComputeBounds()107 if (first_byte_position_ < size) { in ComputeBounds()
30 int64 first_byte_position() const { return first_byte_position_; } in first_byte_position()31 void set_first_byte_position(int64 value) { first_byte_position_ = value; } in set_first_byte_position()63 int64 first_byte_position_;
114 first_byte_position_(first_byte_position), in BufferedResourceLoader()154 if (first_byte_position_ != kPositionNotSpecified) { in Start()157 offset_ = first_byte_position_; in Start()169 first_byte_position_, last_byte_position_).GetHeaderValue())); in Start()411 } else if (ok_response && first_byte_position_ == 0 && in didReceiveResponse()433 if (first_byte_position_ == kPositionNotSpecified) in didReceiveResponse()436 instance_size_ = content_length_ + first_byte_position_; in didReceiveResponse()691 return first_byte_position_; in first_byte_position()748 if (first_byte_position_ != kPositionNotSpecified && in VerifyPartialResponse()749 first_byte_position_ != first_byte_position) { in VerifyPartialResponse()[all …]
275 const int64 first_byte_position_; in NON_EXPORTED_BASE() local