Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/infobars/
Dtranslate_infobar_base_gtk.cc95 void TranslateInfoBarBase::GetBottomColor(InfoBarDelegate::Type type, in GetBottomColor() function in TranslateInfoBarBase
98 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b); in GetBottomColor()
100 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b); in GetBottomColor()
103 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, in GetBottomColor()
107 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE, in GetBottomColor()
Dtranslate_infobar_base_gtk.h31 virtual void GetBottomColor(InfoBarDelegate::Type type,
Dinfobar_gtk.cc223 void InfoBar::GetBottomColor(InfoBarDelegate::Type type, in GetBottomColor() function in InfoBar
264 GetBottomColor(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b); in OnBackgroundExpose()
Dinfobar_gtk.h83 virtual void GetBottomColor(InfoBarDelegate::Type type,
Dinfobar_arrow_model.cc53 bar->GetBottomColor(bar->delegate()->GetInfoBarType(), &r, &g, &b); in ShowArrowFor()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_background.cc16 bottom_color_(GetBottomColor(infobar_type)) { in InfoBarBackground()
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor() function in InfoBarBackground
Dinfobar_background.h19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);