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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 15 top_color_(GetTopColor(infobar_type)),
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) {
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 204 void InfoBar::GetTopColor(InfoBarDelegate::Type type,
260 GetTopColor(delegate_->GetInfoBarType(), &top_r, &top_g, &top_b);
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,

Completed in 107 milliseconds