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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.h 19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
infobar_background.cc 16 bottom_color_(GetBottomColor(infobar_type)) {
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) {
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 31 virtual void GetBottomColor(InfoBarDelegate::Type type,
translate_infobar_base_gtk.cc 95 void TranslateInfoBarBase::GetBottomColor(InfoBarDelegate::Type type,
98 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
100 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
103 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE,
107 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE,
infobar_gtk.h 83 virtual void GetBottomColor(InfoBarDelegate::Type type,
infobar_gtk.cc 223 void InfoBar::GetBottomColor(InfoBarDelegate::Type type,
264 GetBottomColor(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
infobar_arrow_model.cc 53 bar->GetBottomColor(bar->delegate()->GetInfoBarType(), &r, &g, &b);
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 26 virtual void GetBottomColor(InfoBarDelegate::Type type,
translate_infobar_base_gtk.cc 98 void TranslateInfoBarBase::GetBottomColor(InfoBarDelegate::Type type,
101 InfoBarGtk::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
103 InfoBarGtk::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
106 InfoBarGtk::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE,
110 InfoBarGtk::GetBottomColor(InfoBarDelegate::WARNING_TYPE,
extension_infobar_gtk.h 33 virtual void GetBottomColor(InfoBarDelegate::Type type,
infobar_gtk.h 67 virtual void GetBottomColor(InfoBarDelegate::Type type,
infobar_gtk.cc 140 void InfoBarGtk::GetBottomColor(InfoBarDelegate::Type type,
305 GetBottomColor(delegate()->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
extension_infobar_gtk.cc 73 void ExtensionInfoBarGtk::GetBottomColor(InfoBarDelegate::Type type,
infobar_container_gtk.cc 179 grad_colors[1] = source->ConvertGetColor(&InfoBarGtk::GetBottomColor);

Completed in 93 milliseconds