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