Searched refs:intro_done_ (Results 1 – 2 of 2) sorted by relevance
319 intro_done_(false), in ScreenRecoveryUI()350 return intro_done_ ? loop_frames_[current_frame_].get() : intro_frames_[current_frame_].get(); in GetCurrentFrame()779 if (!intro_done_) { in ProgressThreadLoop()781 intro_done_ = true; in ProgressThreadLoop()980 if (intro_frames == 0) intro_done_ = true; in LoadAnimation()
360 bool intro_done_; variable