Home | History | Annotate | Download | only in launcher

Lines Matching defs:item_bounds

328         gfx::Rect item_bounds = test_api_->GetBoundsByIndex(i);
329 EXPECT_TRUE(item_bounds.x() >= 0);
330 EXPECT_TRUE(item_bounds.y() >= 0);
331 EXPECT_TRUE(item_bounds.right() <= launcher_view_bounds.width());
332 EXPECT_TRUE(item_bounds.bottom() <= launcher_view_bounds.height());
444 gfx::Rect item_bounds = button->GetBoundsInScreen();
446 item_bounds.Offset(icon_offset.OffsetFromOrigin());
451 EXPECT_EQ(item_bounds.x(), ideal_bounds.x());
452 EXPECT_EQ(item_bounds.y(), ideal_bounds.y());