HomeSort by relevance Sort by last modified time
    Searched refs:InfoBarBackground (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.h 12 class InfoBarBackground : public views::Background {
14 explicit InfoBarBackground(infobars::InfoBarDelegate::Type infobar_type);
15 virtual ~InfoBarBackground();
27 DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
infobar_background.cc 14 InfoBarBackground::InfoBarBackground(
23 InfoBarBackground::~InfoBarBackground() {
26 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
infobar_view.cc 76 new InfoBarBackground(infobars::InfoBar::delegate()->GetInfoBarType()));
154 static_cast<InfoBarBackground*>(background())->set_separator_color(

Completed in 2488 milliseconds