Home | History | Annotate | Download | only in infobars

Lines Matching refs:infobar

34     : InfoBar(delegate) {
73 InfoBar::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
75 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
78 InfoBar::GetTopColor(InfoBarDelegate::PAGE_ACTION_TYPE,
82 InfoBar::GetTopColor(InfoBarDelegate::WARNING_TYPE,
98 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
100 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE, r, g, b);
103 InfoBar::GetBottomColor(InfoBarDelegate::PAGE_ACTION_TYPE,
107 InfoBar::GetBottomColor(InfoBarDelegate::WARNING_TYPE,
221 InfoBar* TranslateInfoBarDelegate::CreateInfoBar() {
222 TranslateInfoBarBase* infobar = NULL;
225 infobar = new BeforeTranslateInfoBar(this);
228 infobar = new AfterTranslateInfoBar(this);
232 infobar = new TranslateMessageInfoBar(this);
237 infobar->Init();
238 return infobar;