Home
last modified time | relevance | path

Searched refs:InfoBarBackground (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_background.cc13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground() function in InfoBarBackground
19 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()
Dinfobar_background.h12 class InfoBarBackground : public views::Background {
14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
15 virtual ~InfoBarBackground();
29 DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
Dtranslate_infobar_base.h56 InfoBarBackground error_background_;
Dinfobar_view.cc60 set_background(new InfoBarBackground(delegate->GetInfoBarType())); in InfoBarView()
155 static_cast<InfoBarBackground*>(background())->set_separator_color( in Layout()
/external/chromium_org/chrome/browser/ui/views/infobars/
Dinfobar_background.h12 class InfoBarBackground : public views::Background {
14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
15 virtual ~InfoBarBackground();
27 DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
Dinfobar_background.cc14 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type) in InfoBarBackground() function in InfoBarBackground
22 InfoBarBackground::~InfoBarBackground() { in ~InfoBarBackground()
25 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()
Dtranslate_infobar_base.h53 InfoBarBackground error_background_;
Dinfobar_view.cc71 set_background(new InfoBarBackground(InfoBar::delegate()->GetInfoBarType())); in InfoBarView()
198 static_cast<InfoBarBackground*>(background())->set_separator_color( in Layout()