Searched defs:BootSplashScreen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dboot_splash_screen_chromeos.h25 // BootSplashScreen manages a ui::Layer, stacked at the top of the root layer's
30 class BootSplashScreen { class in namespace:ash
32 explicit BootSplashScreen(aura::WindowTreeHost* host);
33 ~BootSplashScreen();
46 DISALLOW_COPY_AND_ASSIGN(BootSplashScreen);
H A Dboot_splash_screen_chromeos.cc19 class BootSplashScreen::CopyHostContentLayerDelegate
58 BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host) function in class:ash::BootSplashScreen
69 BootSplashScreen::~BootSplashScreen() {
72 void BootSplashScreen::StartHideAnimation(base::TimeDelta duration) {

Completed in 165 milliseconds