HomeSort by relevance Sort by last modified time
    Searched defs:BootSplashScreen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
boot_splash_screen_chromeos.cc 19 class BootSplashScreen::CopyHostContentLayerDelegate
61 BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host)
72 BootSplashScreen::~BootSplashScreen() {
75 void BootSplashScreen::StartHideAnimation(base::TimeDelta duration) {
boot_splash_screen_chromeos.h 25 // BootSplashScreen manages a ui::Layer, stacked at the top of the root layer's
30 class BootSplashScreen {
32 explicit BootSplashScreen(aura::WindowTreeHost* host);
33 ~BootSplashScreen();
46 DISALLOW_COPY_AND_ASSIGN(BootSplashScreen);

Completed in 156 milliseconds