OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
();
39
DISALLOW_COPY_AND_ASSIGN(
TrayPopupHeaderButton
);
tray_popup_header_button.cc
17
const char
TrayPopupHeaderButton
::kViewClassName[] =
18
"tray/
TrayPopupHeaderButton
";
20
TrayPopupHeaderButton
::
TrayPopupHeaderButton
(views::ButtonListener* listener,
47
TrayPopupHeaderButton
::~
TrayPopupHeaderButton
() {}
49
const char*
TrayPopupHeaderButton
::GetClassName() const {
53
gfx::Size
TrayPopupHeaderButton
::GetPreferredSize() {
57
void
TrayPopupHeaderButton
::OnPaintBorder(gfx::Canvas* canvas) {
65
void
TrayPopupHeaderButton
::StateChanged()
[
all
...]
special_popup_row.h
20
class
TrayPopupHeaderButton
;
33
void AddButton(
TrayPopupHeaderButton
* button);
special_popup_row.cc
85
void SpecialPopupRow::AddButton(
TrayPopupHeaderButton
* button) {
/external/chromium_org/ash/system/date/
tray_date.cc
81
help_ = new
TrayPopupHeaderButton
(this,
93
shutdown_ = new
TrayPopupHeaderButton
(this,
105
lock_ = new
TrayPopupHeaderButton
(this,
148
TrayPopupHeaderButton
* help_;
149
TrayPopupHeaderButton
* shutdown_;
150
TrayPopupHeaderButton
* lock_;
/external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h
92
void UpdateTechnologyButton(
TrayPopupHeaderButton
* button,
139
TrayPopupHeaderButton
* info_icon_;
140
TrayPopupHeaderButton
* button_wifi_;
141
TrayPopupHeaderButton
* button_mobile_;
network_state_list_detailed_view.cc
359
button_wifi_ = new
TrayPopupHeaderButton
(
372
button_mobile_ = new
TrayPopupHeaderButton
(
386
info_icon_ = new
TrayPopupHeaderButton
(
466
TrayPopupHeaderButton
* button,
/external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc
93
ash::internal::
TrayPopupHeaderButton
::kViewClassName) {
/external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc
210
toggle_bluetooth_ = new
TrayPopupHeaderButton
(this,
396
TrayPopupHeaderButton
* toggle_bluetooth_;
Completed in 84 milliseconds