Searched refs:ThemeBackground (Results 1 – 2 of 2) sorted by relevance
27 class ThemeBackground : public views::Background {29 explicit ThemeBackground(BrowserView* browser);30 virtual ~ThemeBackground() {} in ~ThemeBackground()38 DISALLOW_COPY_AND_ASSIGN(ThemeBackground);
18 ThemeBackground::ThemeBackground(BrowserView* browser_view) in ThemeBackground() function in ThemeBackground22 void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()