Searched refs:GetBottomColor (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | translate_infobar_base_gtk.cc | 95 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()
|
D | translate_infobar_base_gtk.h | 31 virtual void GetBottomColor(InfoBarDelegate::Type type,
|
D | infobar_gtk.cc | 223 void InfoBar::GetBottomColor(InfoBarDelegate::Type type, in GetBottomColor() function in InfoBar 264 GetBottomColor(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b); in OnBackgroundExpose()
|
D | infobar_gtk.h | 83 virtual void GetBottomColor(InfoBarDelegate::Type type,
|
D | infobar_arrow_model.cc | 53 bar->GetBottomColor(bar->delegate()->GetInfoBarType(), &r, &g, &b); in ShowArrowFor()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_background.cc | 16 bottom_color_(GetBottomColor(infobar_type)) { in InfoBarBackground() 32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor() function in InfoBarBackground
|
D | infobar_background.h | 19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
|