Home | History | Annotate | Download | only in system

Lines Matching refs:web_notification_tray_

32       web_notification_tray_(NULL),
57 if (web_notification_tray_)
58 web_notification_tray_->Initialize();
66 delete web_notification_tray_;
67 web_notification_tray_ = NULL;
74 (web_notification_tray_ &&
75 web_notification_tray_->ShouldBlockLauncherAutoHide()))
84 (web_notification_tray_ &&
85 web_notification_tray_->IsMouseInNotificationBubble());
90 (web_notification_tray_ &&
91 web_notification_tray_->IsMessageCenterBubbleVisible()));
106 web_notification_tray_ = new WebNotificationTray(this);
107 status_area_widget_delegate_->AddTray(web_notification_tray_);
114 if (web_notification_tray_)
115 web_notification_tray_->SetShelfAlignment(alignment);
135 if (web_notification_tray_)
136 web_notification_tray_->UpdateAfterLoginStatusChange(login_status);