HomeSort by relevance Sort by last modified time
    Searched refs:root_window_controller (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/wm/
root_window_layout_manager.cc 8 #include "ash/root_window_controller.h"
44 RootWindowController* root_window_controller = GetRootWindowController( local
47 root_window_controller->wallpaper_controller();
49 if (!background && root_window_controller->animating_wallpaper_controller()) {
50 background = root_window_controller->animating_wallpaper_controller()->
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 13 #include "ash/root_window_controller.h"
112 RootWindowController* root_window_controller = variable
114 root_window_controller->SetWallpaperController(NULL);
115 root_window_controller->SetAnimatingWallpaperController(NULL);
303 RootWindowController* root_window_controller = local
305 EXPECT_TRUE(root_window_controller->animating_wallpaper_controller()->
310 EXPECT_FALSE(root_window_controller->wallpaper_controller());
316 EXPECT_FALSE(root_window_controller->animating_wallpaper_controller()->
318 EXPECT_TRUE(root_window_controller->wallpaper_controller());
345 RootWindowController* root_window_controller local
387 RootWindowController* root_window_controller = local
    [all...]
desktop_background_widget_controller.cc 9 #include "ash/root_window_controller.h"
24 ShowWallpaperAnimationObserver(RootWindowController* root_window_controller,
27 : root_window_controller_(root_window_controller),
121 RootWindowController* root_window_controller) {
127 root_window_controller, widget_,
133 root_window_controller->OnWallpaperAnimationFinished(NULL);
desktop_background_widget_controller.h 46 // Starts wallpaper fade in animation. |root_window_controller| is
49 void StartAnimating(RootWindowController* root_window_controller);
desktop_background_controller.cc 13 #include "ash/root_window_controller.h"
438 internal::RootWindowController* root_window_controller = *iter; local
442 root_window_controller->wallpaper_controller();
445 root_window_controller->root_window(),
455 root_window_controller->animating_wallpaper_controller() ?
456 root_window_controller->animating_wallpaper_controller()->
461 root_window_controller->root_window(),
desktop_background_view.cc 14 #include "ash/root_window_controller.h"
160 RootWindowController* root_window_controller = local
169 root_window_controller->animating_wallpaper_controller() ||
  /external/chromium_org/ash/
shell.cc 30 #include "ash/root_window_controller.h"
622 internal::RootWindowController* root_window_controller = local
624 InitRootWindowController(root_window_controller,
636 root_window_controller->root_window_layout()->OnWindowResized();
    [all...]

Completed in 226 milliseconds