Home | History | Annotate | Download | only in shelf

Lines Matching defs:item_bounds

413         gfx::Rect item_bounds = test_api_->GetBoundsByIndex(i);
414 EXPECT_GE(item_bounds.x(), 0);
415 EXPECT_GE(item_bounds.y(), 0);
416 EXPECT_LE(item_bounds.right(), shelf_view_bounds.width());
417 EXPECT_LE(item_bounds.bottom(), shelf_view_bounds.height());
657 gfx::Rect item_bounds = button->GetBoundsInScreen();
659 item_bounds.Offset(icon_offset.OffsetFromOrigin());
664 EXPECT_EQ(item_bounds.x(), ideal_bounds.x());
665 EXPECT_EQ(item_bounds.y(), ideal_bounds.y());