Home
last modified time | relevance | path

Searched refs:GetRootWindowForDisplayId (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Ddisplay_alignment_controller_unittest.cc33 window_tree_host_manager->GetRootWindowForDisplayId(display.id()); in TriggerIndicator()
97 window_tree_host_manager->GetRootWindowForDisplayId(src_display.id()); in CheckIndicatorShown()
147 EXPECT_EQ(Shell::GetRootWindowForDisplayId(target_display_id), in CheckPreviewIndicatorShown()
170 Shell::Get()->window_tree_host_manager()->GetRootWindowForDisplayId( in TEST_F()
276 Shell::Get()->window_tree_host_manager()->GetRootWindowForDisplayId( in TEST_F()
300 window_tree_host_manager->GetRootWindowForDisplayId(primary_display.id()); in TEST_F()
302 window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
389 window_tree_host_manager->GetRootWindowForDisplayId(primary_display.id()); in TEST_F()
H A Dwindow_tree_host_manager_unittest.cc669 window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
733 window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
769 EXPECT_EQ(primary_root, window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
833 EXPECT_EQ(primary_root, window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
835 EXPECT_NE(primary_root, window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
858 EXPECT_EQ(primary_root, window_tree_host_manager->GetRootWindowForDisplayId( in TEST_F()
898 window_tree_host_manager->GetRootWindowForDisplayId(primary_id); in TEST_F()
913 window_tree_host_manager->GetRootWindowForDisplayId(primary_id)); in TEST_F()
956 window_tree_host_manager->GetRootWindowForDisplayId(primary_id)); in TEST_F()
1690 Shell::Get()->window_tree_host_manager()->GetRootWindowForDisplayId( in TEST_F()
[all …]
H A Dextended_mouse_warp_controller.cc71 aura::Window* a_window = Shell::GetRootWindowForDisplayId(a_display_id); in WarpRegion()
72 aura::Window* b_window = Shell::GetRootWindowForDisplayId(b_display_id); in WarpRegion()
192 aura::Window* dst_window = Shell::GetRootWindowForDisplayId( in WarpMouseCursorInNativeCoords()
H A Dwindow_tree_host_manager.cc368 return GetRootWindowForDisplayId(primary_display_id); in GetPrimaryRootWindow()
371 aura::Window* WindowTreeHostManager::GetRootWindowForDisplayId(int64_t id) { in GetRootWindowForDisplayId() function in ash::WindowTreeHostManager
435 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); in UpdateMouseLocationAfterDisplayChange()
452 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); in UpdateMouseLocationAfterDisplayChange()
604 GetRootWindowForDisplayId(GetPrimaryDisplayId()); in DeleteHost()
741 aura::Window* root_window = GetRootWindowForDisplayId(display.id()); in PreDisplayConfigurationChange()
H A Ddisplay_configuration_controller_test_api.cc30 aura::Window* root_window = Shell::GetRootWindowForDisplayId(display_id); in SetScreenRotationAnimatorForDisplay()
H A Dcursor_window_controller_unittest.cc100 window_tree_host_manager->GetRootWindowForDisplayId(primary_display_id); in TEST_F()
102 window_tree_host_manager->GetRootWindowForDisplayId(secondary_display_id); in TEST_F()
H A Ddisplay_highlight_controller.cc40 aura::Window* root = Shell::GetRootWindowForDisplayId(display_id); in CreateHighlightWidget()
H A Dwindow_tree_host_manager.h113 aura::Window* GetRootWindowForDisplayId(int64_t id);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/rotator/
H A Dscreen_rotation_animator_unittest.cc183 Shell::GetRootWindowForDisplayId(display_.id())); in SetUp()
248 SetScreenRotationAnimator(Shell::GetRootWindowForDisplayId(display_.id()), in SetUp()
412 Shell::GetRootWindowForDisplayId(display_id), in TEST_F()
449 Shell::GetRootWindowForDisplayId(display_id), in TEST_F()
498 Shell::GetRootWindowForDisplayId(secondary_display_id), in TEST_F()
524 Shell::GetRootWindowForDisplayId(primary_display_id), in TEST_F()
548 Shell::GetRootWindowForDisplayId(secondary_display_id), in TEST_F()
574 Shell::GetRootWindowForDisplayId(primary_display_id), in TEST_F()
600 Shell::GetRootWindowForDisplayId(secondary_display_id), in TEST_F()
632 Shell::GetRootWindowForDisplayId(display_id), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/sticky_keys/
H A Dsticky_keys_overlay_unittest.cc60 EXPECT_EQ(Shell::GetRootWindowForDisplayId(secondary_display_id), in TEST_F()
66 EXPECT_EQ(Shell::GetRootWindowForDisplayId(primary_display_id), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/
H A Dassistant_view_delegate_impl.cc71 aura::Window* AssistantViewDelegateImpl::GetRootWindowForDisplayId( in GetRootWindowForDisplayId() function in ash::AssistantViewDelegateImpl
73 return Shell::Get()->GetRootWindowForDisplayId(display_id); in GetRootWindowForDisplayId()
H A Dassistant_view_delegate_impl.h31 aura::Window* GetRootWindowForDisplayId(int64_t display_id) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/touch/
H A Dtouch_observer_hud_unittest.cc133 return Shell::GetRootWindowForDisplayId(internal_display_id_); in GetInternalRootWindow()
137 return Shell::GetRootWindowForDisplayId(external_display_id_); in GetExternalRootWindow()
142 return Shell::GetRootWindowForDisplayId(display.id()); in GetPrimaryRootWindow()
149 return Shell::GetRootWindowForDisplayId(display.id()); in GetSecondaryRootWindow()
H A Dtouch_observer_hud.cc127 root_window_ = Shell::GetRootWindowForDisplayId(display_id_); in OnDisplayConfigurationChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_presenter_delegate_impl.cc102 Shelf* shelf = Shelf::ForWindow(Shell::GetRootWindowForDisplayId(display_id)); in Init()
164 aura::Window* AppListPresenterDelegateImpl::GetRootWindowForDisplayId( in GetRootWindowForDisplayId() function in ash::AppListPresenterDelegateImpl
166 return Shell::Get()->GetRootWindowForDisplayId(display_id); in GetRootWindowForDisplayId()
H A Dapp_list_presenter_delegate.h58 virtual aura::Window* GetRootWindowForDisplayId(int64_t display_id) = 0;
H A Dapp_list_presenter_delegate_impl.h52 aura::Window* GetRootWindowForDisplayId(int64_t display_id) override;
H A Dapp_list_unittest.cc66 Shell::GetRootWindowForDisplayId(GetSecondaryDisplay().id()); in TEST_F()
H A Dapp_list_presenter_impl.cc129 if (!delegate_->GetRootWindowForDisplayId(display_id)) { in Show()
519 aura::Window* root_window = delegate_->GetRootWindowForDisplayId(display_id); in RequestPresentationTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/test_support/
H A Dmock_assistant_view_delegate.h51 MOCK_METHOD(aura::Window*, GetRootWindowForDisplayId, (int64_t), (override)); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Daccessibility_highlight_layer.cc51 aura::Window* root_window = Shell::GetRootWindowForDisplayId(display.id()); in Set()
H A Dpoint_scan_layer.cc33 Shell::GetRootWindowForDisplayId(GetPrimaryDisplay().id()); in PointScanLayer()
H A Daccessibility_cursor_ring_layer.cc51 aura::Window* root_window = Shell::GetRootWindowForDisplayId(display.id()); in Set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/
H A Dassistant_view_delegate.h83 virtual aura::Window* GetRootWindowForDisplayId(int64_t display_id) = 0; in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/collision_detection/
H A Dcollision_detection_utils.cc69 auto* root_window = Shell::GetRootWindowForDisplayId(display.id()); in CollectCollisionRects()
241 WorkAreaInsets::ForWindow(Shell::GetRootWindowForDisplayId(display.id())) in GetMovementArea()

123