OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logout_button_tray_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/
status_area_widget.cc
34
logout_button_tray_
(NULL),
62
if (
logout_button_tray_
)
63
logout_button_tray_
->Initialize();
71
delete
logout_button_tray_
;
72
logout_button_tray_
= NULL;
118
logout_button_tray_
= new LogoutButtonTray(this);
119
status_area_widget_delegate_->AddTray(
logout_button_tray_
);
128
if (
logout_button_tray_
)
129
logout_button_tray_
->SetShelfAlignment(alignment);
147
if (
logout_button_tray_
)
[
all
...]
status_area_widget.h
79
LogoutButtonTray*
logout_button_tray_
;
member in class:ash::internal::StatusAreaWidget
Completed in 105 milliseconds