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.cc 18 class BootSplashScreen::CopyHostContentLayerDelegate
53 BootSplashScreen::BootSplashScreen(aura::RootWindow* root_window)
64 BootSplashScreen::~BootSplashScreen() {
67 void BootSplashScreen::StartHideAnimation(base::TimeDelta duration) {
boot_splash_screen.h 26 // BootSplashScreen manages a ui::Layer, stacked at the top of the root layer's
31 class BootSplashScreen {
33 explicit BootSplashScreen(aura::RootWindow* root_window);
34 ~BootSplashScreen();
47 DISALLOW_COPY_AND_ASSIGN(BootSplashScreen);

Completed in 138 milliseconds