HomeSort by relevance Sort by last modified time
    Searched refs:favicon_bounds_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 153 EXPECT_LE(contents_bounds.x(), tab.favicon_bounds_.x());
155 EXPECT_LE(tab.favicon_bounds_.right(), tab.title_->x());
156 EXPECT_LE(contents_bounds.y(), tab.favicon_bounds_.y());
157 EXPECT_LE(tab.favicon_bounds_.bottom(), contents_bounds.bottom());
160 EXPECT_LE(tab.favicon_bounds_.right(), tab.media_indicator_bounds_.x());
tab.h 351 gfx::Rect favicon_bounds_; member in class:Tab
tab.cc 674 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0);
676 favicon_bounds_.set_size(gfx::Size(gfx::kFaviconSize, gfx::kFaviconSize));
677 favicon_bounds_.set_y(lb.y() + (lb.height() - gfx::kFaviconSize + 1) / 2);
678 MaybeAdjustLeftForMiniTab(&favicon_bounds_);
723 int title_left = favicon_bounds_.right() + kFaviconTitleSpacing;
    [all...]

Completed in 482 milliseconds