Searched refs:InfoBarBackground (Results 1 – 8 of 8) sorted by relevance
13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground() function in InfoBarBackground19 InfoBarBackground::~InfoBarBackground() { in ~InfoBarBackground()22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) { in GetTopColor()32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) { in GetBottomColor()42 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()
12 class InfoBarBackground : public views::Background {14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);15 virtual ~InfoBarBackground();29 DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
56 InfoBarBackground error_background_;
60 set_background(new InfoBarBackground(delegate->GetInfoBarType())); in InfoBarView()155 static_cast<InfoBarBackground*>(background())->set_separator_color( in Layout()
12 class InfoBarBackground : public views::Background {14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);15 virtual ~InfoBarBackground();27 DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
14 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground() function in InfoBarBackground22 InfoBarBackground::~InfoBarBackground() { in ~InfoBarBackground()25 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()
53 InfoBarBackground error_background_;
71 set_background(new InfoBarBackground(InfoBar::delegate()->GetInfoBarType())); in InfoBarView()198 static_cast<InfoBarBackground*>(background())->set_separator_color( in Layout()