OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrayBackground
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
tray_background_view.h
19
class
TrayBackground
;
175
TrayBackground
* background_;
tray_background_view.cc
88
class
TrayBackground
: public views::Background {
99
explicit
TrayBackground
(TrayBackgroundView* tray_background_view) :
151
virtual ~
TrayBackground
() {}
230
DISALLOW_COPY_AND_ASSIGN(
TrayBackground
);
449
background_ = new
TrayBackground
(this);
Completed in 115 milliseconds