Home
last modified time | relevance | path

Searched refs:BootSplashScreen (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
Dboot_splash_screen_chromeos.cc20 class BootSplashScreen::CopyHostContentLayerDelegate
54 BootSplashScreen::BootSplashScreen(aura::RootWindow* root_window) in BootSplashScreen() function in ash::internal::BootSplashScreen
65 BootSplashScreen::~BootSplashScreen() { in ~BootSplashScreen()
68 void BootSplashScreen::StartHideAnimation(base::TimeDelta duration) { in StartHideAnimation()
Dboot_splash_screen_chromeos.h31 class BootSplashScreen {
33 explicit BootSplashScreen(aura::RootWindow* root_window);
34 ~BootSplashScreen();
47 DISALLOW_COPY_AND_ASSIGN(BootSplashScreen);
/external/chromium_org/ash/
Droot_window_controller.h70 class BootSplashScreen; variable
293 scoped_ptr<BootSplashScreen> boot_splash_screen_;
Droot_window_controller.cc744 boot_splash_screen_.reset(new BootSplashScreen(root_window_.get())); in CreateSystemBackground()