GetBottomColor     56 chrome/browser/infobars/infobar.h   static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
GetBottomColor     31 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h   virtual void GetBottomColor(InfoBarDelegate::Type type,
GetBottomColor    175 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc   grad_colors[1] = source->ConvertGetColor(&InfoBarGtk::GetBottomColor);
GetBottomColor     88 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   GetBackgroundColor(InfoBar::GetBottomColor(type), r, g, b);
GetBottomColor    302 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   GetBottomColor(delegate()->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
GetBottomColor     55 chrome/browser/ui/gtk/infobars/infobar_gtk.h   virtual void GetBottomColor(InfoBarDelegate::Type type,
GetBottomColor    122 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
GetBottomColor    124 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
GetBottomColor    127 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE,
GetBottomColor    131 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     InfoBarGtk::GetBottomColor(InfoBarDelegate::WARNING_TYPE,
GetBottomColor     26 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h   virtual void GetBottomColor(InfoBarDelegate::Type type,
GetBottomColor     17 chrome/browser/ui/views/infobars/infobar_background.cc       bottom_color_(InfoBar::GetBottomColor(infobar_type)) {