Searched defs:infobar_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.cc15 infobars::InfoBarDelegate::Type infobar_type)
17 top_color_(infobars::InfoBar::GetTopColor(infobar_type)),
18 bottom_color_(infobars::InfoBar::GetBottomColor(infobar_type)) {
14 InfoBarBackground( infobars::InfoBarDelegate::Type infobar_type) argument
/external/chromium_org/components/infobars/core/
H A Dinfobar.cc37 SkColor InfoBar::GetTopColor(InfoBarDelegate::Type infobar_type) { argument
42 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?
47 SkColor InfoBar::GetBottomColor(InfoBarDelegate::Type infobar_type) { argument
52 return (infobar_type == InfoBarDelegate::WARNING_TYPE) ?

Completed in 92 milliseconds