HomeSort by relevance Sort by last modified time
    Searched refs:show_icon (Results 1 - 13 of 13) 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_org/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 12 show_icon(true),
30 show_icon == data.show_icon &&
tab_renderer_data.h 48 bool show_icon; member in struct:TabRendererData
tab.cc 1157 const bool show_icon = ShouldShowIcon(); local
    [all...]
browser_tab_strip_controller.cc 522 data->show_icon = favicon_tab_helper->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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 249 show_icon(true),
408 data_.show_icon = favicon_tab_helper->ShouldDisplayFavicon();
695 const bool show_icon = ShouldShowIcon(); local
698 if (show_icon != showing_icon_ ||
708 if (show_icon)
    [all...]
tab_renderer_gtk.h 258 bool show_icon; member in struct:TabRendererGtk::TabData

Completed in 119 milliseconds