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

  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 12 #include "ash/root_window_controller.h"
80 RootWindowController* root_window_controller = variable
82 root_window_controller->SetWallpaperController(NULL);
83 root_window_controller->SetAnimatingWallpaperController(NULL);
163 RootWindowController* root_window_controller = local
165 EXPECT_TRUE(root_window_controller->animating_wallpaper_controller()->
170 EXPECT_FALSE(root_window_controller->wallpaper_controller());
176 EXPECT_FALSE(root_window_controller->animating_wallpaper_controller()->
178 EXPECT_TRUE(root_window_controller->wallpaper_controller());
205 RootWindowController* root_window_controller local
247 RootWindowController* root_window_controller = local
    [all...]
desktop_background_widget_controller.cc 9 #include "ash/root_window_controller.h"
23 ShowWallpaperAnimationObserver(RootWindowController* root_window_controller,
26 : root_window_controller_(root_window_controller),
107 RootWindowController* root_window_controller) {
112 root_window_controller, widget_,
desktop_background_widget_controller.h 43 // Starts wallpaper fade in animation. |root_window_controller| is
46 void StartAnimating(RootWindowController* root_window_controller);
desktop_background_controller.cc 15 #include "ash/root_window_controller.h"
235 RootWindowController* root_window_controller = *iter; local
239 root_window_controller->wallpaper_controller();
242 desktop_controller->Reparent(root_window_controller->GetRootWindow(),
252 root_window_controller->animating_wallpaper_controller() ?
253 root_window_controller->animating_wallpaper_controller()->
258 root_window_controller->GetRootWindow(),
desktop_background_view.cc 14 #include "ash/root_window_controller.h"
234 RootWindowController* root_window_controller = local
243 root_window_controller->animating_wallpaper_controller() ||
  /external/chromium_org/ash/wm/
root_window_layout_manager.cc 8 #include "ash/root_window_controller.h"
42 RootWindowController* root_window_controller = local
45 root_window_controller->wallpaper_controller();
47 if (!background && root_window_controller->animating_wallpaper_controller()) {
48 background = root_window_controller->animating_wallpaper_controller()->
  /external/chromium_org/ash/
ash_touch_exploration_manager_chromeos.h 28 RootWindowController* root_window_controller);
ash_touch_exploration_manager_chromeos.cc 9 #include "ash/root_window_controller.h"
21 RootWindowController* root_window_controller)
22 : root_window_controller_(root_window_controller),

Completed in 213 milliseconds