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"
79 RootWindowController* root_window_controller = variable
81 root_window_controller->SetWallpaperController(NULL);
82 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"
197 RootWindowController* root_window_controller = local
206 root_window_controller->animating_wallpaper_controller() ||
  /external/chromium_org/ash/display/
virtual_keyboard_window_controller_unittest.cc 9 #include "ash/root_window_controller.h"
32 RootWindowController* root_window_controller() { function in class:ash::test::VirtualKeyboardWindowControllerTest
70 EXPECT_TRUE(root_window_controller());
71 aura::Window* container = root_window_controller()->GetContainer(
77 root_window_controller()->GetRootWindow()->bounds());
  /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/
root_window_controller.cc 5 #include "ash/root_window_controller.h"
270 RootWindowController* root_window_controller)
271 : root_window_controller_(root_window_controller) {
    [all...]

Completed in 124 milliseconds