Home
last modified time | relevance | path

Searched refs:GetTopColor (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
Dtranslate_infobar_base_gtk.cc70 void TranslateInfoBarBase::GetTopColor(InfoBarDelegate::Type type, in GetTopColor() function in TranslateInfoBarBase
73 InfoBar::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b); in GetTopColor()
75 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE, r, g, b); in GetTopColor()
78 InfoBar::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE, in GetTopColor()
82 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE, in GetTopColor()
Dtranslate_infobar_base_gtk.h29 virtual void GetTopColor(InfoBarDelegate::Type type,
Dinfobar_gtk.cc204 void InfoBar::GetTopColor(InfoBarDelegate::Type type, in GetTopColor() function in InfoBar
260 GetTopColor(delegate_->GetInfoBarType(), &top_r, &top_g, &top_b); in OnBackgroundExpose()
Dinfobar_gtk.h81 virtual void GetTopColor(InfoBarDelegate::Type type,
Dinfobar_arrow_model.cc51 bar->GetTopColor(bar->delegate()->GetInfoBarType(), &r, &g, &b); in ShowArrowFor()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_background.cc15 top_color_(GetTopColor(infobar_type)), in InfoBarBackground()
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { in GetTopColor() function in InfoBarBackground
Dinfobar_background.h18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);