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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.h 18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);
infobar_background.cc 15 top_color_(GetTopColor(infobar_type)),
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) {
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 29 virtual void GetTopColor(InfoBarDelegate::Type type,
translate_infobar_base_gtk.cc 70 void TranslateInfoBarBase::GetTopColor(InfoBarDelegate::Type type,
73 InfoBar::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
75 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
78 InfoBar::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE,
82 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE,
infobar_gtk.h 81 virtual void GetTopColor(InfoBarDelegate::Type type,
infobar_gtk.cc 204 void InfoBar::GetTopColor(InfoBarDelegate::Type type,
260 GetTopColor(delegate_->GetInfoBarType(), &top_r, &top_g, &top_b);
infobar_arrow_model.cc 51 bar->GetTopColor(bar->delegate()->GetInfoBarType(), &r, &g, &b);

Completed in 48 milliseconds