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

/external/chromium_org/ash/system/tray/
H A Dtray_popup_label_button.cc15 TrayPopupLabelButton::TrayPopupLabelButton(views::ButtonListener* listener, function in class:ash::internal::TrayPopupLabelButton
25 TrayPopupLabelButton::~TrayPopupLabelButton() {}
27 void TrayPopupLabelButton::OnPaintFocusBorder(gfx::Canvas* canvas) {
H A Dtray_popup_label_button.h17 class TrayPopupLabelButton : public views::LabelButton { class in namespace:ash::internal
19 TrayPopupLabelButton(views::ButtonListener* listener,
21 virtual ~TrayPopupLabelButton();
27 DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButton);

Completed in 103 milliseconds