Home
last modified time | relevance | path

Searched refs:RootWindowController (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/ash/
Droot_window_controller.cc270 RootWindowController* root_window_controller) in CrosAccessibilityObserver()
306 RootWindowController* root_window_controller_;
314 void RootWindowController::CreateForPrimaryDisplay(AshWindowTreeHost* host) { in CreateForPrimaryDisplay()
315 RootWindowController* controller = new RootWindowController(host); in CreateForPrimaryDisplay()
316 controller->Init(RootWindowController::PRIMARY, in CreateForPrimaryDisplay()
320 void RootWindowController::CreateForSecondaryDisplay(AshWindowTreeHost* host) { in CreateForSecondaryDisplay()
321 RootWindowController* controller = new RootWindowController(host); in CreateForSecondaryDisplay()
322 controller->Init(RootWindowController::SECONDARY, false /* first run */); in CreateForSecondaryDisplay()
325 void RootWindowController::CreateForVirtualKeyboardDisplay( in CreateForVirtualKeyboardDisplay()
327 RootWindowController* controller = new RootWindowController(host); in CreateForVirtualKeyboardDisplay()
[all …]
Droot_window_controller.h81 class ASH_EXPORT RootWindowController : public ShellObserver {
97 static RootWindowController* ForShelf(const aura::Window* window);
100 static RootWindowController* ForWindow(const aura::Window* window);
103 static RootWindowController* ForTargetRootWindow();
108 virtual ~RootWindowController();
242 explicit RootWindowController(AshWindowTreeHost* host);
320 DISALLOW_COPY_AND_ASSIGN(RootWindowController);
325 ASH_EXPORT RootWindowController* GetRootWindowController(
Droot_window_settings.h17 class RootWindowController; variable
30 RootWindowController* controller;
Droot_window_controller_unittest.cc138 RootWindowController* controller = Shell::GetPrimaryRootWindowController(); in TEST_F()
298 RootWindowController* controller = shell->GetPrimaryRootWindowController(); in TEST_F()
346 RootWindowController* controller = shell->GetPrimaryRootWindowController(); in TEST_F()
383 RootWindowController* controller = shell->GetPrimaryRootWindowController(); in TEST_F()
429 RootWindowController* controller = in TEST_F()
501 RootWindowController* controller = in TEST_F()
592 RootWindowController* controller = Shell::GetPrimaryRootWindowController(); in TEST_F()
/external/chromium_org/ash/display/
Dvirtual_keyboard_window_controller.h20 class RootWindowController; variable
52 RootWindowController* root_window_controller_for_test() { in root_window_controller_for_test()
56 scoped_ptr<RootWindowController> root_window_controller_;
Ddisplay_controller.cc275 RootWindowController* controller = in Shutdown()
292 RootWindowController::CreateForPrimaryDisplay( in InitDisplays()
301 RootWindowController::CreateForSecondaryDisplay(ash_host); in InitDisplays()
339 RootWindowController* controller = GetRootWindowController(root_window); in CloseChildWindows()
372 std::vector<RootWindowController*>
374 std::vector<RootWindowController*> controllers; in GetAllRootWindowControllers()
378 RootWindowController* controller = in GetAllRootWindowControllers()
578 RootWindowController::CreateForSecondaryDisplay(ash_host); in OnDisplayAdded()
617 RootWindowController* controller = in OnDisplayRemoved()
Ddisplay_controller.h48 class RootWindowController; variable
137 std::vector<RootWindowController*> GetAllRootWindowControllers();
/external/chromium_org/chrome/browser/
Dfullscreen_chromeos.cc12 ash::RootWindowController* controller = in IsFullScreenMode()
13 ash::RootWindowController::ForTargetRootWindow(); in IsFullScreenMode()
Dfullscreen_aurax11.cc18 ash::RootWindowController* controller = in IsFullScreenMode()
19 ash::RootWindowController::ForTargetRootWindow(); in IsFullScreenMode()
Dfullscreen_win.cc107 ash::RootWindowController* controller = in IsFullScreenMode()
108 ash::RootWindowController::ForTargetRootWindow(); in IsFullScreenMode()
/external/chromium_org/ash/desktop_background/
Ddesktop_background_widget_controller.cc23 ShowWallpaperAnimationObserver(RootWindowController* root_window_controller, in ShowWallpaperAnimationObserver()
58 RootWindowController* root_window_controller_;
107 RootWindowController* root_window_controller) { in StartAnimating()
Ddesktop_background_widget_controller.h16 class RootWindowController; variable
46 void StartAnimating(RootWindowController* root_window_controller);
Ddesktop_background_controller_unittest.cc79 RootWindowController* root_window_controller = in SetUp()
163 RootWindowController* root_window_controller = in TEST_F()
205 RootWindowController* root_window_controller = in TEST_F()
247 RootWindowController* root_window_controller = in TEST_F()
/external/chromium_org/ash/touch/
Dtouch_hud_projection.h32 RootWindowController* controller) OVERRIDE;
34 RootWindowController* controller) OVERRIDE;
Dtouch_observer_hud.cc75 RootWindowController* controller = GetRootWindowController(root_window_); in Remove()
124 RootWindowController* controller = GetRootWindowController(root_window_); in OnDisplayConfigurationChanging()
146 RootWindowController* controller = GetRootWindowController(root_window_); in OnDisplayConfigurationChanged()
Dtouch_transformer_controller.cc171 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID( in UpdateTouchTransformer()
194 RootWindowController::ForWindow(root1)->ash_host()->UpdateDisplayID( in UpdateTouchTransformer()
196 RootWindowController::ForWindow(root2)->ash_host()->UpdateDisplayID( in UpdateTouchTransformer()
214 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID( in UpdateTouchTransformer()
Dtouch_hud_debug.h66 RootWindowController* controller) OVERRIDE;
68 RootWindowController* controller) OVERRIDE;
Dtouch_observer_hud.h49 RootWindowController* controller) = 0;
51 RootWindowController* controller) = 0;
Dtouch_observer_hud_unittest.cc166 RootWindowController* GetInternalRootController() { in GetInternalRootController()
171 RootWindowController* GetExternalRootController() { in GetExternalRootController()
176 RootWindowController* GetPrimaryRootController() { in GetPrimaryRootController()
181 RootWindowController* GetSecondaryRootController() { in GetSecondaryRootController()
Dtouch_hud_projection.cc177 RootWindowController* controller) { in SetHudForRootWindowController()
182 RootWindowController* controller) { in UnsetHudForRootWindowController()
/external/chromium_org/chrome/browser/notifications/
Dfullscreen_notification_blocker.cc26 ash::RootWindowController* controller = in DoesFullscreenModeBlockNotifications()
27 ash::RootWindowController::ForTargetRootWindow(); in DoesFullscreenModeBlockNotifications()
/external/chromium_org/ash/shelf/
Dshelf.cc67 RootWindowController::ForShelf(Shell::GetPrimaryRootWindow())->shelf(); in ForPrimaryDisplay()
73 ShelfWidget* shelf_widget = RootWindowController::ForShelf(window)->shelf(); in ForWindow()
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc399 RootWindowController* controller = in HandleShowMessageCenterBubble()
400 RootWindowController::ForTargetRootWindow(); in HandleShowMessageCenterBubble()
413 RootWindowController* controller = in HandleShowSystemTrayBubble()
414 RootWindowController::ForTargetRootWindow(); in HandleShowSystemTrayBubble()
610 RootWindowController* controller = in HandleTouchHudClear()
611 RootWindowController::ForTargetRootWindow(); in HandleTouchHudClear()
620 RootWindowController* controller = in HandleTouchHudModeChange()
621 RootWindowController::ForTargetRootWindow(); in HandleTouchHudModeChange()
/external/chromium_org/ash/test/
Dstatus_area_widget_test_helper.cc25 RootWindowController* primary_controller = in GetSecondaryStatusAreaWidget()
/external/chromium_org/chrome/browser/ui/ash/
Dshelf_browsertest.cc20 ash::RootWindowController::ForShelf( in IN_PROC_BROWSER_TEST_F()

12