Searched refs:infobar_type (Results 1 – 3 of 3) sorted by relevance
13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground() argument15 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() argument28 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ? in GetTopColor()32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor() argument38 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ? in GetBottomColor()
14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);18 static SkColor GetTopColor(InfoBarDelegate::Type infobar_type);19 static SkColor GetBottomColor(InfoBarDelegate::Type infobar_type);
44 Type infobar_type,151 TranslateInfoBarDelegate(Type infobar_type,