HomeSort by relevance Sort by last modified time
    Searched refs:LogoutButtonTray (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 26 class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
30 explicit LogoutButtonTray(StatusAreaWidget* status_area_widget);
31 virtual ~LogoutButtonTray();
58 DISALLOW_COPY_AND_ASSIGN(LogoutButtonTray);
logout_button_tray.cc 95 LogoutButtonTray::LogoutButtonTray(StatusAreaWidget* status_area_widget)
106 LogoutButtonTray::~LogoutButtonTray() {
111 void LogoutButtonTray::SetShelfAlignment(ShelfAlignment alignment) {
116 base::string16 LogoutButtonTray::GetAccessibleNameForTray() {
120 void LogoutButtonTray::HideBubbleWithView(
124 bool LogoutButtonTray::ClickedOutsideBubble() {
128 void LogoutButtonTray::OnShowLogoutButtonInTrayChanged(bool show) {
133 void LogoutButtonTray::OnLogoutDialogDurationChanged(base::TimeDelta duration)
    [all...]
  /external/chromium_org/ash/system/
status_area_widget.h 20 class LogoutButtonTray;
31 // Creates the SystemTray, WebNotificationTray and LogoutButtonTray.
92 LogoutButtonTray* logout_button_tray_;
status_area_widget.cc 149 logout_button_tray_ = new LogoutButtonTray(this);

Completed in 97 milliseconds