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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.h 12 class InfoBarBackground : public views::Background {
14 explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
15 virtual ~InfoBarBackground();
29 DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
infobar_background.cc 13 InfoBarBackground::InfoBarBackground(InfoBarDelegate::Type infobar_type)
19 InfoBarBackground::~InfoBarBackground() {
22 SkColor InfoBarBackground::GetTopColor(InfoBarDelegate::Type infobar_type) {
32 SkColor InfoBarBackground::GetBottomColor(InfoBarDelegate::Type infobar_type) {
42 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const {

Completed in 670 milliseconds