HomeSort by relevance Sort by last modified time
    Searched refs:show_icon (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 12 show_icon(true),
31 show_icon == data.show_icon &&
tab_renderer_data.h 48 bool show_icon; member in struct:TabRendererData
side_tab.cc 115 return data().mini || data().show_icon;
tab.cc 200 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) {
browser_tab_strip_controller.cc 406 data->show_icon = contents->ShouldDisplayFavicon();
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 264 show_icon(true),
277 bool show_icon; member in struct:TabRendererGtk::TabData
tab_renderer_gtk.cc 319 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)
    [all...]

Completed in 52 milliseconds