Home
last modified time | relevance | path

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

/external/chromium_org/ash/
Dscreen_ash_unittest.cc49 ScreenAsh::GetDisplayBoundsInParent( in TEST_F()
52 ScreenAsh::GetDisplayBoundsInParent( in TEST_F()
Dscreen_ash.cc49 return GetDisplayBoundsInParent(window); in GetMaximizedWindowBoundsInParent()
53 gfx::Rect ScreenAsh::GetDisplayBoundsInParent(aura::Window* window) { in GetDisplayBoundsInParent() function in ash::ScreenAsh
Dscreen_ash.h36 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
/external/chromium_org/ash/wm/
Dbase_layout_manager.cc105 child_bounds = ScreenAsh::GetDisplayBoundsInParent(child); in SetChildBounds()
232 window, ScreenAsh::GetDisplayBoundsInParent(window)); in AdjustWindowBoundsForWorkAreaChange()
272 ScreenAsh::GetDisplayBoundsInParent(window)); in UpdateBoundsFromShowState()
Dsolo_window_tracker_unittest.cc106 ash::ScreenAsh::GetDisplayBoundsInParent(window).top_right(); in DockWindow()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer_unittest.cc711 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width(), in TEST_P()
783 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width(), in TEST_P()
818 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width() - in TEST_P()
826 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width() - in TEST_P()
845 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width(), in TEST_P()
864 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width() - in TEST_P()
882 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width(), in TEST_P()
965 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width() - in TEST_P()
981 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width(), in TEST_P()
1025 EXPECT_EQ(ScreenAsh::GetDisplayBoundsInParent(w2.get()).width() - in TEST_P()
[all …]
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager.cc281 gfx::Rect display_area = ScreenAsh::GetDisplayBoundsInParent(window); in AdjustWindowBoundsWhenAdded()
368 gfx::Rect new_bounds = ScreenAsh::GetDisplayBoundsInParent( in UpdateBoundsFromShowState()
400 ScreenAsh::GetDisplayBoundsInParent( in SetMaximizedOrFullscreenBounds()
Dworkspace_window_resizer.cc1019 gfx::Rect display_bounds(ScreenAsh::GetDisplayBoundsInParent(window())); in GetSnapType()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc274 ScreenAsh::GetDisplayBoundsInParent(shelf_->GetNativeView())); in GetIdealBounds()