Searched refs:ShouldShowIcon (Results 1 – 8 of 8) sorted by relevance
54 if (ShouldShowIcon()) { in Layout()92 if (ShouldShowIcon()) in OnPaint()114 bool SideTab::ShouldShowIcon() const { in ShouldShowIcon() function in SideTab
37 bool ShouldShowIcon() const;
88 bool ShouldShowIcon() const;
200 const bool show_icon = ShouldShowIcon(); in OnPaint()241 showing_icon_ = ShouldShowIcon(); in Layout()619 bool Tab::ShouldShowIcon() const { in ShouldShowIcon() function in Tab
371 DCHECK(ShouldShowIcon()); in PaintFaviconArea()428 bool TabRendererGtk::ShouldShowIcon() const { in ShouldShowIcon() function in TabRendererGtk630 const bool show_icon = ShouldShowIcon(); in Paint()675 showing_icon_ = ShouldShowIcon(); in Layout()
178 bool ShouldShowIcon() const;
2037 tab->ShouldShowIcon()) { in CanPaintOnlyFavicons()
218 TEST_F(TabControllerTest, ShouldShowIcon) {