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