Home
last modified time | relevance | path

Searched refs:ShouldShowIcon (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab.cc54 if (ShouldShowIcon()) { in Layout()
92 if (ShouldShowIcon()) in OnPaint()
114 bool SideTab::ShouldShowIcon() const { in ShouldShowIcon() function in SideTab
Dside_tab.h37 bool ShouldShowIcon() const;
Dtab.h88 bool ShouldShowIcon() const;
Dtab.cc200 const bool show_icon = ShouldShowIcon(); in OnPaint()
241 showing_icon_ = ShouldShowIcon(); in Layout()
619 bool Tab::ShouldShowIcon() const { in ShouldShowIcon() function in Tab
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc371 DCHECK(ShouldShowIcon()); in PaintFaviconArea()
428 bool TabRendererGtk::ShouldShowIcon() const { in ShouldShowIcon() function in TabRendererGtk
630 const bool show_icon = ShouldShowIcon(); in Paint()
675 showing_icon_ = ShouldShowIcon(); in Layout()
Dtab_renderer_gtk.h178 bool ShouldShowIcon() const;
Dtab_strip_gtk.cc2037 tab->ShouldShowIcon()) { in CanPaintOnlyFavicons()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_controller_unittest.mm218 TEST_F(TabControllerTest, ShouldShowIcon) {