Searched defs:TrayPopupHeaderButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_popup_header_button.h17 class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton { class in namespace:ash
21 TrayPopupHeaderButton(views::ButtonListener* listener,
27 virtual ~TrayPopupHeaderButton();
38 DISALLOW_COPY_AND_ASSIGN(TrayPopupHeaderButton);
H A Dtray_popup_header_button.cc16 const char TrayPopupHeaderButton::kViewClassName[] =
17 "tray/TrayPopupHeaderButton";
19 TrayPopupHeaderButton::TrayPopupHeaderButton(views::ButtonListener* listener, function in class:ash::TrayPopupHeaderButton
46 TrayPopupHeaderButton::~TrayPopupHeaderButton() {}
48 const char* TrayPopupHeaderButton::GetClassName() const {
52 gfx::Size TrayPopupHeaderButton::GetPreferredSize() const {
56 void TrayPopupHeaderButton::OnPaintBorder(gfx::Canvas* canvas) {
64 void TrayPopupHeaderButton
[all...]

Completed in 80 milliseconds