Home
last modified time | relevance | path

Searched refs:boot_splash_screen_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/
Droot_window_controller.cc374 boot_splash_screen_.get()) { in HandleInitialDesktopBackgroundAnimationStarted()
377 boot_splash_screen_->StartHideAnimation( in HandleInitialDesktopBackgroundAnimationStarted()
387 boot_splash_screen_.reset(); in OnWallpaperAnimationFinished()
744 boot_splash_screen_.reset(new BootSplashScreen(root_window_.get())); in CreateSystemBackground()
Droot_window_controller.h293 scoped_ptr<BootSplashScreen> boot_splash_screen_; variable