OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThemeBackground
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
theme_background.h
19
//
ThemeBackground
class.
21
// A
ThemeBackground
is used to paint the background theme image in a
27
class
ThemeBackground
: public views::Background {
29
explicit
ThemeBackground
(BrowserView* browser);
30
virtual ~
ThemeBackground
() {}
38
DISALLOW_COPY_AND_ASSIGN(
ThemeBackground
);
theme_background.cc
18
ThemeBackground
::
ThemeBackground
(BrowserView* browser_view)
22
void
ThemeBackground
::Paint(gfx::Canvas* canvas, views::View* view) const {
Completed in 45 milliseconds