HomeSort by relevance Sort by last modified time
    Searched refs:TrayPopupHeaderButton (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ash/system/tray/
tray_popup_header_button.h 17 class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
21 TrayPopupHeaderButton(views::ButtonListener* listener,
27 virtual ~TrayPopupHeaderButton();
38 DISALLOW_COPY_AND_ASSIGN(TrayPopupHeaderButton);
tray_popup_header_button.cc 16 const char TrayPopupHeaderButton::kViewClassName[] =
17 "tray/TrayPopupHeaderButton";
19 TrayPopupHeaderButton::TrayPopupHeaderButton(views::ButtonListener* listener,
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::StateChanged()
    [all...]
special_popup_row.h 18 class TrayPopupHeaderButton;
31 void AddButton(TrayPopupHeaderButton* button);
special_popup_row.cc 83 void SpecialPopupRow::AddButton(TrayPopupHeaderButton* button) {
  /external/chromium_org/ash/system/date/
date_default_view.h 19 class TrayPopupHeaderButton;
38 TrayPopupHeaderButton* help_;
39 TrayPopupHeaderButton* shutdown_;
40 TrayPopupHeaderButton* lock_;
date_default_view.cc 55 help_ = new TrayPopupHeaderButton(this,
67 shutdown_ = new TrayPopupHeaderButton(this,
79 lock_ = new TrayPopupHeaderButton(this,
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 77 void UpdateTechnologyButton(TrayPopupHeaderButton* button,
119 TrayPopupHeaderButton* info_icon_;
120 TrayPopupHeaderButton* button_wifi_;
121 TrayPopupHeaderButton* button_mobile_;
network_state_list_detailed_view.cc 286 button_wifi_ = new TrayPopupHeaderButton(
299 button_mobile_ = new TrayPopupHeaderButton(
313 info_icon_ = new TrayPopupHeaderButton(
390 TrayPopupHeaderButton* button,
  /external/chromium_org/ash/system/user/
accounts_detailed_view.cc 144 TrayPopupHeaderButton* add_user_button =
145 new TrayPopupHeaderButton(this,
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.cc 75 ash::TrayPopupHeaderButton::kViewClassName) {
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 208 toggle_bluetooth_ = new TrayPopupHeaderButton(this,
404 TrayPopupHeaderButton* toggle_bluetooth_;

Completed in 5462 milliseconds