Home
last modified time | relevance | path

Searched refs:GetDisplayBoundsInParent (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dscreen_util.cc32 return GetDisplayBoundsInParent(window); in GetMaximizedWindowBoundsInParent()
35 gfx::Rect GetDisplayBoundsInParent(aura::Window* window) { in GetDisplayBoundsInParent() function
43 gfx::Rect result = GetDisplayBoundsInParent(window); in GetFullscreenWindowBoundsInParent()
H A Dscreen_util.h27 ASH_EXPORT gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
H A Dscreen_util_unittest.cc54 screen_util::GetDisplayBoundsInParent(primary->GetNativeView()) in TEST_F()
57 screen_util::GetDisplayBoundsInParent(secondary->GetNativeView()) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/workspace/
H A Dbackdrop_controller.cc629 screen_util::GetDisplayBoundsInParent(backdrop_window_); in Layout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Ddefault_state.cc174 gfx::Rect display_area = screen_util::GetDisplayBoundsInParent(window); in HandleWorkspaceEvents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_layout_manager.cc451 gfx::Rect rect(screen_util::GetDisplayBoundsInParent(shelf_window)); in GetIdealBounds()
470 gfx::Rect rect(screen_util::GetDisplayBoundsInParent(shelf_window)); in GetIdealBoundsForWorkAreaCalculation()