Home | History | Annotate | Download | only in wm

Lines Matching refs:restore_bounds

237   gfx::Rect restore_bounds = window->GetBoundsInScreen();
238 restore_bounds.set_width(restore_bounds.width() + 1);
239 window_state->SetRestoreBoundsInScreen(restore_bounds);
244 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
245 EXPECT_EQ(restore_bounds.ToString(),
248 EXPECT_EQ(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
253 EXPECT_NE(maximized_bounds.ToString(), restore_bounds.ToString());
254 EXPECT_EQ(restore_bounds.ToString(),
258 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
261 EXPECT_EQ(restore_bounds.ToString(),
265 EXPECT_EQ(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());