OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayPopupHeaderButton
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
tray_popup_header_button.h
18
class ASH_EXPORT
TrayPopupHeaderButton
: public views::ToggleImageButton {
22
TrayPopupHeaderButton
(views::ButtonListener* listener,
28
virtual ~
TrayPopupHeaderButton
();
39
DISALLOW_COPY_AND_ASSIGN(
TrayPopupHeaderButton
);
tray_popup_header_button.cc
17
const char
TrayPopupHeaderButton
::kViewClassName[] =
18
"tray/
TrayPopupHeaderButton
";
20
TrayPopupHeaderButton
::
TrayPopupHeaderButton
(views::ButtonListener* listener,
47
TrayPopupHeaderButton
::~
TrayPopupHeaderButton
() {}
49
const char*
TrayPopupHeaderButton
::GetClassName() const {
53
gfx::Size
TrayPopupHeaderButton
::GetPreferredSize() {
57
void
TrayPopupHeaderButton
::OnPaintBorder(gfx::Canvas* canvas) {
65
void
TrayPopupHeaderButton
::StateChanged()
[
all
...]
Completed in 68 milliseconds