OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogoutButtonTray
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/logout_button/
logout_button_tray.h
26
class
LogoutButtonTray
: public TrayBackgroundView,
30
explicit
LogoutButtonTray
(StatusAreaWidget* status_area_widget);
31
virtual ~
LogoutButtonTray
();
56
DISALLOW_COPY_AND_ASSIGN(
LogoutButtonTray
);
logout_button_tray.cc
97
LogoutButtonTray
::
LogoutButtonTray
(StatusAreaWidget* status_area_widget)
108
LogoutButtonTray
::~
LogoutButtonTray
() {
113
void
LogoutButtonTray
::SetShelfAlignment(ShelfAlignment alignment) {
118
base::string16
LogoutButtonTray
::GetAccessibleNameForTray() {
122
void
LogoutButtonTray
::HideBubbleWithView(
126
bool
LogoutButtonTray
::ClickedOutsideBubble() {
130
void
LogoutButtonTray
::OnShowLogoutButtonInTrayChanged(bool show) {
135
void
LogoutButtonTray
::ButtonPressed(views::Button* sender
[
all
...]
Completed in 415 milliseconds