Home | History | Annotate | Download | only in wm

Lines Matching defs:initial_bounds

664   gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen();
682 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
683 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
684 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
685 EXPECT_EQ(new_bounds.height(), initial_bounds.height());
695 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen();
715 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
716 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
717 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
718 EXPECT_EQ(new_bounds.height(), initial_bounds.height());
728 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen();
743 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
744 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
745 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
746 EXPECT_EQ(new_bounds.height(), initial_bounds.height());
757 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen();
775 EXPECT_EQ(initial_bounds.ToString(),