Searched refs:current_frame_ (Results 1 – 2 of 2) sorted by relevance
323 current_frame_(0), in ScreenRecoveryUI()356 return intro_done_ ? loop_frames_[current_frame_].get() : intro_frames_[current_frame_].get(); in GetCurrentFrame()786 if (current_frame_ == intro_frames_.size() - 1) { in ProgressThreadLoop()788 current_frame_ = 0; in ProgressThreadLoop()790 ++current_frame_; in ProgressThreadLoop()793 current_frame_ = (current_frame_ + 1) % loop_frames_.size(); in ProgressThreadLoop()
362 size_t current_frame_; variable