Home
last modified time | relevance | path

Searched refs:ThemeBackground (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dtheme_background.h27 class ThemeBackground : public views::Background {
29 explicit ThemeBackground(BrowserView* browser);
30 virtual ~ThemeBackground() {} in ~ThemeBackground()
38 DISALLOW_COPY_AND_ASSIGN(ThemeBackground);
Dtheme_background.cc18 ThemeBackground::ThemeBackground(BrowserView* browser_view) in ThemeBackground() function in ThemeBackground
22 void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const { in Paint()