Searched refs:GetMaximizedWindowBoundsInParent (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/
H A Dscreen_ash_unittest.cc41 ScreenAsh::GetMaximizedWindowBoundsInParent(
44 ScreenAsh::GetMaximizedWindowBoundsInParent(
H A Dscreen_ash.h33 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
H A Dscreen_ash.cc45 gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) { function in class:ash::ScreenAsh
/external/chromium_org/ash/wm/
H A Dbase_layout_manager_unittest.cc60 ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()).ToString(),
135 ScreenAsh::GetMaximizedWindowBoundsInParent(window.get());
140 ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()).ToString(),
144 ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()).ToString());
221 ash::ScreenAsh::GetMaximizedWindowBoundsInParent(window.get());
295 window->SetBounds(ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()));
298 ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()).ToString(),
304 ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()).ToString(),
H A Dbase_layout_manager.cc52 ash::ScreenAsh::GetMaximizedWindowBoundsInParent(window);
103 child_bounds = ScreenAsh::GetMaximizedWindowBoundsInParent(child);
229 window, ScreenAsh::GetMaximizedWindowBoundsInParent(window));
265 window, ScreenAsh::GetMaximizedWindowBoundsInParent(window));
H A Dworkspace_controller_unittest.cc184 EXPECT_EQ(ScreenAsh::GetMaximizedWindowBoundsInParent(w1.get()).width(),
186 EXPECT_EQ(ScreenAsh::GetMaximizedWindowBoundsInParent(w1.get()).height(),
216 ScreenAsh::GetMaximizedWindowBoundsInParent(w1.get()));
444 EXPECT_EQ(ScreenAsh::GetMaximizedWindowBoundsInParent(
453 EXPECT_EQ(ScreenAsh::GetMaximizedWindowBoundsInParent(w2.get()).ToString(),
/external/chromium_org/ash/wm/gestures/
H A Dsystem_pinch_handler.cc117 ScreenAsh::GetMaximizedWindowBoundsInParent(target_));
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.cc232 ScreenAsh::GetMaximizedWindowBoundsInParent(
354 gfx::Rect new_bounds = ScreenAsh::GetMaximizedWindowBoundsInParent(
393 window_state->window(), ScreenAsh::GetMaximizedWindowBoundsInParent(
411 gfx::Rect maximized_bounds = ScreenAsh::GetMaximizedWindowBoundsInParent(
/external/chromium_org/ash/wm/caption_buttons/
H A Dframe_maximize_button.cc498 ScreenAsh::GetMaximizedWindowBoundsInParent(window));

Completed in 144 milliseconds