Searched refs:BootSplashScreen (Results 1 – 4 of 4) sorted by relevance
20 class BootSplashScreen::CopyHostContentLayerDelegate54 BootSplashScreen::BootSplashScreen(aura::RootWindow* root_window) in BootSplashScreen() function in ash::internal::BootSplashScreen65 BootSplashScreen::~BootSplashScreen() { in ~BootSplashScreen()68 void BootSplashScreen::StartHideAnimation(base::TimeDelta duration) { in StartHideAnimation()
31 class BootSplashScreen {33 explicit BootSplashScreen(aura::RootWindow* root_window);34 ~BootSplashScreen();47 DISALLOW_COPY_AND_ASSIGN(BootSplashScreen);
70 class BootSplashScreen; variable293 scoped_ptr<BootSplashScreen> boot_splash_screen_;
744 boot_splash_screen_.reset(new BootSplashScreen(root_window_.get())); in CreateSystemBackground()