HomeSort by relevance Sort by last modified time
    Searched refs:maximized_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/
window_state.cc 341 gfx::Rect maximized_bounds = ScreenUtil::GetMaximizedWindowBoundsInParent(
344 bounds->set_x(maximized_bounds.x());
346 bounds->set_x(maximized_bounds.right() - bounds->width());
347 bounds->set_y(maximized_bounds.y());
348 bounds->set_height(maximized_bounds.height());
window_state_unittest.cc 252 gfx::Rect maximized_bounds = window->GetBoundsInScreen(); local
253 EXPECT_NE(maximized_bounds.ToString(), restore_bounds.ToString());
259 EXPECT_NE(maximized_bounds.ToString(),
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 268 gfx::Rect maximized_bounds; local
269 ui::GetWindowRect(xid1, &maximized_bounds);
274 maximized_bounds.width() - 1,
277 maximized_bounds.width() - 1,

Completed in 785 milliseconds