Home
last modified time | relevance | path

Searched refs:infobar_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_background.cc13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground() argument
15 top_color_(GetTopColor(infobar_type)), in InfoBarBackground()
16 bottom_color_(GetBottomColor(infobar_type)) { in InfoBarBackground()
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { in GetTopColor() argument
28 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ? in GetTopColor()
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor() argument
38 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ? in GetBottomColor()
Dinfobar_background.h14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);
19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
/external/chromium/chrome/browser/translate/
Dtranslate_infobar_delegate.h44 Type infobar_type,
151 TranslateInfoBarDelegate(Type infobar_type,