Searched refs:show_icon (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.cc12 show_icon(true),
31 show_icon == data.show_icon &&
H A Dtab_renderer_data.h48 bool show_icon; member in struct:TabRendererData
H A Dside_tab.cc115 return data().mini || data().show_icon;
H A Dtab.cc200 const bool show_icon = ShouldShowIcon(); local
202 if (show_icon != showing_icon_ || show_close_button != showing_close_button_)
215 if (show_icon)
622 if (!data().show_icon) {
H A Dbrowser_tab_strip_controller.cc406 data->show_icon = contents->ShouldDisplayFavicon();
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h264 show_icon(true),
277 bool show_icon; member in struct:TabRendererGtk::TabData
H A Dtab_renderer_gtk.cc319 data_.show_icon = contents->ShouldDisplayFavicon();
431 } else if (!data_.show_icon) {
630 const bool show_icon = ShouldShowIcon(); local
632 if (show_icon != showing_icon_ ||
641 if (show_icon)

Completed in 4056 milliseconds