Searched refs:ShouldShowIcon (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.cc54 if (ShouldShowIcon()) {
92 if (ShouldShowIcon())
114 bool SideTab::ShouldShowIcon() const { function in class:SideTab
H A Dside_tab.h37 bool ShouldShowIcon() const;
H A Dtab.h88 bool ShouldShowIcon() const;
H A Dtab.cc200 const bool show_icon = ShouldShowIcon();
241 showing_icon_ = ShouldShowIcon();
619 bool Tab::ShouldShowIcon() const { function in class:Tab
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc371 DCHECK(ShouldShowIcon());
428 bool TabRendererGtk::ShouldShowIcon() const { function in class:TabRendererGtk
630 const bool show_icon = ShouldShowIcon();
675 showing_icon_ = ShouldShowIcon();
H A Dtab_renderer_gtk.h178 bool ShouldShowIcon() const;
H A Dtab_strip_gtk.cc2037 tab->ShouldShowIcon()) {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h180 bool ShouldShowIcon() const;
H A Dtab_renderer_gtk.cc489 DCHECK(ShouldShowIcon());
549 bool TabRendererGtk::ShouldShowIcon() const { function in class:TabRendererGtk
733 const bool show_icon = ShouldShowIcon();
781 showing_icon_ = ShouldShowIcon();
H A Dtab_strip_gtk.cc2233 tab->ShouldShowIcon()) {
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h235 bool ShouldShowIcon() const;
H A Dtab.cc777 showing_icon_ = ShouldShowIcon();
1092 const bool show_icon = ShouldShowIcon();
1658 bool Tab::ShouldShowIcon() const { function in class:Tab

Completed in 1039 milliseconds