BootSplashScreen  793 ash/root_window_controller.cc     boot_splash_screen_.reset(new BootSplashScreen(host()));
BootSplashScreen   69 ash/root_window_controller.h class BootSplashScreen;
BootSplashScreen  293 ash/root_window_controller.h   scoped_ptr<BootSplashScreen> boot_splash_screen_;
BootSplashScreen   53 ash/wm/boot_splash_screen_chromeos.cc BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host)
BootSplashScreen   64 ash/wm/boot_splash_screen_chromeos.cc BootSplashScreen::~BootSplashScreen() {
BootSplashScreen   67 ash/wm/boot_splash_screen_chromeos.cc void BootSplashScreen::StartHideAnimation(base::TimeDelta duration) {
BootSplashScreen   30 ash/wm/boot_splash_screen_chromeos.h class BootSplashScreen {
BootSplashScreen   32 ash/wm/boot_splash_screen_chromeos.h   explicit BootSplashScreen(aura::WindowTreeHost* host);
BootSplashScreen   33 ash/wm/boot_splash_screen_chromeos.h   ~BootSplashScreen();
BootSplashScreen   46 ash/wm/boot_splash_screen_chromeos.h   DISALLOW_COPY_AND_ASSIGN(BootSplashScreen);