Searched defs:maximized_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_state_unittest.cc252 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/
H A Ddesktop_window_tree_host_x11_unittest.cc268 gfx::Rect maximized_bounds; local
269 ui::GetWindowRect(xid1, &maximized_bounds);
274 maximized_bounds.width() - 1,
277 maximized_bounds.width() - 1,

Completed in 101 milliseconds