Searched refs:first_offset_ (Results 1 – 2 of 2) sorted by relevance
69 first_offset_(0), in BufferedResourceLoader()180 first_offset_ = static_cast<int>(read_position_ - offset_); in Read()181 last_offset_ = first_offset_ + read_size_; in Read()361 offset_ += first_offset_ + excess; in didReceiveData()531 if (first_offset_ < 0 && in CanFulfillRead()532 first_offset_ + static_cast<int>(buffer_->backward_bytes()) < 0) in CanFulfillRead()536 if (first_offset_ >= static_cast<int>(buffer_->forward_bytes())) in CanFulfillRead()554 if (first_offset_ < 0 && in WillFulfillRead()555 first_offset_ + static_cast<int>(buffer_->backward_bytes()) < 0) in WillFulfillRead()572 bool ret = buffer_->Seek(first_offset_); in ReadInternal()[all …]
257 int first_offset_; variable