Searched refs:favicon_bounds_ (Results 1 – 3 of 3) sorted by relevance
170 EXPECT_LE(contents_bounds.x(), tab.favicon_bounds_.x()); in CheckForExpectedLayoutAndVisibilityOfElements()172 EXPECT_LE(tab.favicon_bounds_.right(), tab.title_->x()); in CheckForExpectedLayoutAndVisibilityOfElements()173 EXPECT_LE(contents_bounds.y(), tab.favicon_bounds_.y()); in CheckForExpectedLayoutAndVisibilityOfElements()174 EXPECT_LE(tab.favicon_bounds_.bottom(), contents_bounds.bottom()); in CheckForExpectedLayoutAndVisibilityOfElements()177 EXPECT_LE(tab.favicon_bounds_.right(), GetMediaIndicatorBounds(tab).x()); in CheckForExpectedLayoutAndVisibilityOfElements()
750 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0); in Layout()752 favicon_bounds_.set_size(gfx::Size(gfx::kFaviconSize, gfx::kFaviconSize)); in Layout()753 favicon_bounds_.set_y(lb.y() + (lb.height() - gfx::kFaviconSize + 1) / 2); in Layout()754 MaybeAdjustLeftForMiniTab(&favicon_bounds_); in Layout()801 int title_left = favicon_bounds_.right() + kFaviconTitleSpacing; in Layout()1319 gfx::Rect bounds = favicon_bounds_; in PaintIcon()1495 gfx::Rect bounds = favicon_bounds_; in ScheduleIconPaint()
350 gfx::Rect favicon_bounds_; variable