Searched refs:current_frame_ (Results 1 – 2 of 2) sorted by relevance
318 current_frame_(0), in ScreenRecoveryUI()350 return intro_done_ ? loop_frames_[current_frame_].get() : intro_frames_[current_frame_].get(); in GetCurrentFrame()780 if (current_frame_ == intro_frames_.size() - 1) { in ProgressThreadLoop()782 current_frame_ = 0; in ProgressThreadLoop()784 ++current_frame_; in ProgressThreadLoop()787 current_frame_ = (current_frame_ + 1) % loop_frames_.size(); in ProgressThreadLoop()
359 size_t current_frame_; variable