Searched refs:TrayPopupLabelButton (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_popup_label_button.h16 class TrayPopupLabelButton : public views::LabelButton { class in namespace:ash
18 TrayPopupLabelButton(views::ButtonListener* listener,
20 virtual ~TrayPopupLabelButton();
23 DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButton);
H A Dtray_popup_label_button.cc15 TrayPopupLabelButton::TrayPopupLabelButton(views::ButtonListener* listener, function in class:ash::TrayPopupLabelButton
28 TrayPopupLabelButton::~TrayPopupLabelButton() {}
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.h30 class TrayPopupLabelButton;
122 TrayPopupLabelButton* other_wifi_;
123 TrayPopupLabelButton* turn_on_wifi_;
124 TrayPopupLabelButton* other_mobile_;
125 TrayPopupLabelButton* other_vpn_;
126 TrayPopupLabelButton* settings_;
127 TrayPopupLabelButton* proxy_settings_;
H A Dnetwork_state_list_detailed_view.cc341 other_wifi_ = new TrayPopupLabelButton(
345 turn_on_wifi_ = new TrayPopupLabelButton(
349 other_mobile_ = new TrayPopupLabelButton(
353 other_vpn_ = new TrayPopupLabelButton(
492 settings_ = new TrayPopupLabelButton(
497 proxy_settings_ = new TrayPopupLabelButton(
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h63 TrayPopupLabelButton* stop_button_;
H A Dscreen_tray_item.cc101 stop_button_ = new TrayPopupLabelButton(this, stop_button_text_);
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc231 TrayPopupLabelButton* help = new TrayPopupLabelButton(
238 TrayPopupLabelButton* settings = new TrayPopupLabelButton(
/external/chromium_org/ash/system/user/
H A Duser_view.cc83 class LogoutButton : public TrayPopupLabelButton {
91 : TrayPopupLabelButton(listener, text), placeholder_(placeholder) {
102 TrayPopupLabelButton::Paint(canvas, cull_set);
361 TrayPopupLabelButton* logout_button =

Completed in 127 milliseconds