Searched refs:first_byte_position_ (Results 1 – 8 of 8) 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_;
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()168 first_byte_position_, last_byte_position_).GetHeaderValue())); in Start()406 } else if (ok_response && first_byte_position_ == 0 && in didReceiveResponse()428 if (first_byte_position_ == kPositionNotSpecified) in didReceiveResponse()431 instance_size_ = content_length_ + first_byte_position_; in didReceiveResponse()685 return first_byte_position_; in first_byte_position()742 if (first_byte_position_ != kPositionNotSpecified && in VerifyPartialResponse()743 first_byte_position_ != first_byte_position) { in VerifyPartialResponse()[all …]
280 const int64 first_byte_position_; in NON_EXPORTED_BASE() local
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