HomeSort by relevance Sort by last modified time
    Searched refs:TrayPopupHeaderButton (Results 1 - 9 of 9) 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();
40 DISALLOW_COPY_AND_ASSIGN(TrayPopupHeaderButton);
tray_popup_header_button.cc 16 const char TrayPopupHeaderButton::kViewClassName[] =
17 "tray/TrayPopupHeaderButton";
19 TrayPopupHeaderButton::TrayPopupHeaderButton(views::ButtonListener* listener,
42 TrayPopupHeaderButton::~TrayPopupHeaderButton() {}
44 const char* TrayPopupHeaderButton::GetClassName() const {
48 gfx::Size TrayPopupHeaderButton::GetPreferredSize() {
52 void TrayPopupHeaderButton::OnPaintBorder(gfx::Canvas* canvas) {
60 void TrayPopupHeaderButton::OnPaintFocusBorder(gfx::Canvas* canvas)
    [all...]
special_popup_row.h 20 class TrayPopupHeaderButton;
33 void AddButton(TrayPopupHeaderButton* button);
special_popup_row.cc 84 void SpecialPopupRow::AddButton(TrayPopupHeaderButton* button) {
  /external/chromium_org/ash/system/date/
tray_date.cc 71 help_ = new ash::internal::TrayPopupHeaderButton(this,
82 shutdown_ = new ash::internal::TrayPopupHeaderButton(this,
94 lock_ = new ash::internal::TrayPopupHeaderButton(this,
129 ash::internal::TrayPopupHeaderButton* help_;
130 ash::internal::TrayPopupHeaderButton* shutdown_;
131 ash::internal::TrayPopupHeaderButton* lock_;
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 86 void UpdateTechnologyButton(TrayPopupHeaderButton* button,
132 TrayPopupHeaderButton* info_icon_;
133 TrayPopupHeaderButton* button_wifi_;
134 TrayPopupHeaderButton* button_mobile_;
network_state_list_detailed_view.cc 331 button_wifi_ = new TrayPopupHeaderButton(
344 button_mobile_ = new TrayPopupHeaderButton(
358 info_icon_ = new TrayPopupHeaderButton(
439 TrayPopupHeaderButton* button,
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 114 ash::internal::TrayPopupHeaderButton::kViewClassName) {
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 210 toggle_bluetooth_ = new TrayPopupHeaderButton(this,
392 TrayPopupHeaderButton* toggle_bluetooth_;

Completed in 143 milliseconds