Searched refs:intro_done_ (Results 1 – 2 of 2) sorted by relevance
324 intro_done_(false), in ScreenRecoveryUI()356 return intro_done_ ? loop_frames_[current_frame_].get() : intro_frames_[current_frame_].get(); in GetCurrentFrame()785 if (!intro_done_) { in ProgressThreadLoop()787 intro_done_ = true; in ProgressThreadLoop()990 if (intro_frames == 0) intro_done_ = true; in LoadAnimation()
363 bool intro_done_; variable