Searched refs:GetTopColor (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | translate_infobar_base_gtk.cc | 70 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()
|
D | translate_infobar_base_gtk.h | 29 virtual void GetTopColor(InfoBarDelegate::Type type,
|
D | infobar_gtk.cc | 204 void InfoBar::GetTopColor(InfoBarDelegate::Type type, in GetTopColor() function in InfoBar 260 GetTopColor(delegate_->GetInfoBarType(), &top_r, &top_g, &top_b); in OnBackgroundExpose()
|
D | infobar_gtk.h | 81 virtual void GetTopColor(InfoBarDelegate::Type type,
|
D | infobar_arrow_model.cc | 51 bar->GetTopColor(bar->delegate()->GetInfoBarType(), &r, &g, &b); in ShowArrowFor()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_background.cc | 15 top_color_(GetTopColor(infobar_type)), in InfoBarBackground() 22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { in GetTopColor() function in InfoBarBackground
|
D | infobar_background.h | 18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);
|