Home
last modified time | relevance | path

Searched refs:GetMaximizedWindowBoundsInParent (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/
Dscreen_util_unittest.cc41 ScreenUtil::GetMaximizedWindowBoundsInParent( in TEST_F()
44 ScreenUtil::GetMaximizedWindowBoundsInParent( in TEST_F()
Dscreen_util.h32 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
Dscreen_util.cc34 gfx::Rect ScreenUtil::GetMaximizedWindowBoundsInParent(aura::Window* window) { in GetMaximizedWindowBoundsInParent() function in ash::ScreenUtil
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager_unittest.cc548 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()).ToString(), in TEST_F()
623 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()); in TEST_F()
628 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()).ToString(), in TEST_F()
632 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()).ToString()); in TEST_F()
764 window->SetBounds(ScreenUtil::GetMaximizedWindowBoundsInParent(window.get())); in TEST_F()
767 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()).ToString(), in TEST_F()
773 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()).ToString(), in TEST_F()
/external/chromium_org/ash/display/
Dscreen_ash.h37 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
Dscreen_ash.cc138 gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) { in GetMaximizedWindowBoundsInParent() function in ash::ScreenAsh
/external/chromium_org/ash/wm/
Ddefault_state.cc376 ScreenUtil::GetMaximizedWindowBoundsInParent(window_state->window())); in SetMaximizedOrFullscreenBounds()
515 bounds_in_parent = ScreenUtil::GetMaximizedWindowBoundsInParent(window); in UpdateBoundsFromState()
Dworkspace_controller_unittest.cc203 EXPECT_EQ(ScreenUtil::GetMaximizedWindowBoundsInParent(w1.get()).width(), in TEST_F()
205 EXPECT_EQ(ScreenUtil::GetMaximizedWindowBoundsInParent(w1.get()).height(), in TEST_F()
235 ScreenUtil::GetMaximizedWindowBoundsInParent(w1.get())); in TEST_F()
464 EXPECT_EQ(ScreenUtil::GetMaximizedWindowBoundsInParent( in TEST_F()
472 EXPECT_EQ(ScreenUtil::GetMaximizedWindowBoundsInParent( in TEST_F()
481 EXPECT_EQ(ScreenUtil::GetMaximizedWindowBoundsInParent(w2.get()).ToString(), in TEST_F()
Dwindow_state.cc334 gfx::Rect maximized_bounds = ScreenUtil::GetMaximizedWindowBoundsInParent( in AdjustSnappedBounds()
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_window_state.cc36 gfx::Size workspace_size = ScreenUtil::GetMaximizedWindowBoundsInParent( in GetMaximumSizeOfWindow()
Dmaximize_mode_window_manager_unittest.cc237 gfx::Size workspace_size = ScreenUtil::GetMaximizedWindowBoundsInParent( in TEST_F()
383 gfx::Size workspace_size = ScreenUtil::GetMaximizedWindowBoundsInParent( in TEST_F()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer_unittest.cc1602 ScreenUtil::GetMaximizedWindowBoundsInParent(window.get()).ToString(), in TEST_P()