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

/external/chromium/chrome/browser/ui/views/infobars/
H A 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);
H A Dinfobar_background.cc13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) argument
15 top_color_(GetTopColor(infobar_type)),
16 bottom_color_(GetBottomColor(infobar_type)) {
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { argument
28 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { argument
38 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
/external/chromium/chrome/browser/translate/
H A Dtranslate_infobar_delegate.h44 Type infobar_type,
151 TranslateInfoBarDelegate(Type infobar_type,

Completed in 1904 milliseconds