OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppListBackground
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
app_list_background.h
21
class
AppListBackground
: public views::Background {
23
AppListBackground
(int corner_radius,
25
virtual ~
AppListBackground
();
34
DISALLOW_COPY_AND_ASSIGN(
AppListBackground
);
app_list_background.cc
26
AppListBackground
::
AppListBackground
(int corner_radius,
32
AppListBackground
::~
AppListBackground
() {
35
void
AppListBackground
::Paint(gfx::Canvas* canvas,
Completed in 25 milliseconds