HomeSort by relevance Sort by last modified time
    Searched defs:ShouldShowIcon (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 54 if (ShouldShowIcon()) {
92 if (ShouldShowIcon())
114 bool SideTab::ShouldShowIcon() const {
tab.cc 200 const bool show_icon = ShouldShowIcon();
241 showing_icon_ = ShouldShowIcon();
619 bool Tab::ShouldShowIcon() const {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 371 DCHECK(ShouldShowIcon());
428 bool TabRendererGtk::ShouldShowIcon() const {
630 const bool show_icon = ShouldShowIcon();
675 showing_icon_ = ShouldShowIcon();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 489 DCHECK(ShouldShowIcon());
549 bool TabRendererGtk::ShouldShowIcon() const {
733 const bool show_icon = ShouldShowIcon();
781 showing_icon_ = ShouldShowIcon();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 777 showing_icon_ = ShouldShowIcon();
    [all...]

Completed in 75 milliseconds