HomeSort by relevance Sort by last modified time
    Searched refs:RootWindowController (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/
fullscreen_chromeos.cc 16 ash::RootWindowController* controller =
17 ash::RootWindowController::ForTargetRootWindow();
fullscreen_aurax11.cc 18 ash::RootWindowController* controller =
19 ash::RootWindowController::ForTargetRootWindow();
fullscreen_win.cc 107 ash::RootWindowController* controller =
108 ash::RootWindowController::ForTargetRootWindow();
  /external/chromium_org/ash/
root_window_settings.h 17 class RootWindowController;
28 // RootWindowController for the root window. This may be NULL
30 RootWindowController* controller;
ash_touch_exploration_manager_chromeos.h 17 class RootWindowController;
28 RootWindowController* root_window_controller);
48 RootWindowController* root_window_controller_;
root_window_controller.cc 267 void RootWindowController::CreateForPrimaryDisplay(AshWindowTreeHost* host) {
268 RootWindowController* controller = new RootWindowController(host);
269 controller->Init(RootWindowController::PRIMARY,
273 void RootWindowController::CreateForSecondaryDisplay(AshWindowTreeHost* host) {
274 RootWindowController* controller = new RootWindowController(host);
275 controller->Init(RootWindowController::SECONDARY, false /* first run */);
279 RootWindowController* RootWindowController::ForShelf
    [all...]
root_window_controller.h 78 // The RootWindowController for particular root window is stored in
81 class ASH_EXPORT RootWindowController : public ShellObserver {
83 // Creates and Initialize the RootWindowController for primary display.
86 // Creates and Initialize the RootWindowController for secondary displays.
89 // Creates and Initialize the RootWindowController for virtual
93 // Returns a RootWindowController that has a shelf for given
94 // |window|. This returns the RootWindowController for the |window|'s
96 // RootWindowController otherwise.
97 static RootWindowController* ForShelf(const aura::Window* window);
99 // Returns a RootWindowController of the window's root window
    [all...]
ash_touch_exploration_manager_chromeos_unittest.cc 17 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
ash_touch_exploration_manager_chromeos.cc 21 RootWindowController* root_window_controller)
  /external/chromium_org/ash/touch/
touch_hud_projection.h 32 RootWindowController* controller) OVERRIDE;
34 RootWindowController* controller) OVERRIDE;
touch_hud_debug.h 66 RootWindowController* controller) OVERRIDE;
68 RootWindowController* controller) OVERRIDE;
touch_observer_hud.h 49 RootWindowController* controller) = 0;
51 RootWindowController* controller) = 0;
touch_observer_hud.cc 75 RootWindowController* controller = GetRootWindowController(root_window_);
124 RootWindowController* controller = GetRootWindowController(root_window_);
146 RootWindowController* controller = GetRootWindowController(root_window_);
touch_transformer_controller.cc 225 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
245 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
267 RootWindowController::ForWindow(root1)->ash_host()->UpdateDisplayID(
269 RootWindowController::ForWindow(root2)->ash_host()->UpdateDisplayID(
287 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
touch_hud_projection.cc 177 RootWindowController* controller) {
182 RootWindowController* controller) {
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 16 class RootWindowController;
19 // DesktopBackgroundWidgetController is owned by RootWindowController.
46 void StartAnimating(RootWindowController* root_window_controller);
57 // by RootWindowController. The instance of DesktopBackgroundWidgetController is
58 // moved to this RootWindowController when the animation completes.
desktop_background_widget_controller.cc 23 ShowWallpaperAnimationObserver(RootWindowController* root_window_controller,
58 RootWindowController* root_window_controller_;
107 RootWindowController* root_window_controller) {
desktop_background_controller_unittest.cc 80 RootWindowController* root_window_controller =
163 RootWindowController* root_window_controller =
205 RootWindowController* root_window_controller =
247 RootWindowController* root_window_controller =
  /external/chromium_org/ash/test/
status_area_widget_test_helper.cc 25 RootWindowController* primary_controller =
  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 20 ash::RootWindowController::ForShelf(
  /external/chromium_org/chrome/browser/notifications/
fullscreen_notification_blocker.cc 26 ash::RootWindowController* controller =
27 ash::RootWindowController::ForTargetRootWindow();
  /external/chromium_org/ash/display/
display_controller.h 48 class RootWindowController;
131 // mode, this return a RootWindowController for the primary root window only.
132 std::vector<RootWindowController*> GetAllRootWindowControllers();
  /external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.cc 41 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
  /external/chromium_org/ash/wm/
root_window_layout_manager.cc 42 RootWindowController* root_window_controller =
  /external/chromium_org/ash/shelf/
shelf.cc 65 RootWindowController::ForShelf(Shell::GetPrimaryRootWindow())->shelf();
71 ShelfWidget* shelf_widget = RootWindowController::ForShelf(window)->shelf();

Completed in 455 milliseconds

1 2 3