OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrayPopupLabelButton
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/system/tray/
tray_popup_label_button.h
16
class
TrayPopupLabelButton
: public views::LabelButton {
18
TrayPopupLabelButton
(views::ButtonListener* listener,
20
virtual ~
TrayPopupLabelButton
();
23
DISALLOW_COPY_AND_ASSIGN(
TrayPopupLabelButton
);
tray_popup_label_button.cc
15
TrayPopupLabelButton
::
TrayPopupLabelButton
(views::ButtonListener* listener,
28
TrayPopupLabelButton
::~
TrayPopupLabelButton
() {}
/external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h
30
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_;
network_state_list_detailed_view.cc
341
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/
screen_tray_item.h
63
TrayPopupLabelButton
* stop_button_;
screen_tray_item.cc
101
stop_button_ = new
TrayPopupLabelButton
(this, stop_button_text_);
/external/chromium_org/ash/system/
tray_accessibility.cc
231
TrayPopupLabelButton
* help = new
TrayPopupLabelButton
(
238
TrayPopupLabelButton
* settings = new
TrayPopupLabelButton
(
/external/chromium_org/ash/system/user/
user_view.cc
83
class LogoutButton : public
TrayPopupLabelButton
{
91
:
TrayPopupLabelButton
(listener, text), placeholder_(placeholder) {
102
TrayPopupLabelButton
::Paint(canvas, cull_set);
361
TrayPopupLabelButton
* logout_button =
Completed in 424 milliseconds