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

  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 411 gfx::Rect maximized_bounds = ScreenAsh::GetMaximizedWindowBoundsInParent(
414 bounds->set_x(maximized_bounds.x());
416 bounds->set_x(maximized_bounds.right() - bounds->width());
417 bounds->set_y(maximized_bounds.y());
419 bounds->set_height(maximized_bounds.height());
snap_sizer_unittest.cc 350 gfx::Rect maximized_bounds = window->GetBoundsInScreen(); local
351 EXPECT_NE(maximized_bounds.ToString(), restore_bounds.ToString());
357 EXPECT_NE(maximized_bounds.ToString(),

Completed in 1469 milliseconds