Home | History | Annotate | Download | only in panels

Lines Matching refs:GetBoundsInScreen

101     gfx::Rect panel_bounds_in_screen = panel->GetBoundsInScreen();
130 gfx::Rect window_bounds = panel->GetBoundsInScreen();
173 gfx::Rect panel_bounds = panel->GetBoundsInScreen();
227 gfx::Rect bounds = test_api.GetButton(index)->GetBoundsInScreen();
340 gfx::Rect shelf_visible_position = panel->GetBoundsInScreen();
347 EXPECT_EQ(shelf_visible_position.x(), panel->GetBoundsInScreen().x());
348 EXPECT_GT(panel->GetBoundsInScreen().y(), shelf_visible_position.y());
630 EXPECT_FALSE(root_windows[1]->GetBoundsInScreen().Contains(
631 p1_d1->GetBoundsInScreen()));
640 EXPECT_TRUE(root_windows[1]->GetBoundsInScreen().Contains(
641 p1_d1->GetBoundsInScreen()));
650 EXPECT_TRUE(root_windows[1]->GetBoundsInScreen().Contains(
651 p1_d2->GetBoundsInScreen()));
660 EXPECT_TRUE(root_windows[0]->GetBoundsInScreen().Contains(
661 p1_d2->GetBoundsInScreen()));
670 EXPECT_TRUE(root_windows[0]->GetBoundsInScreen().Contains(
671 p1_d1->GetBoundsInScreen()));