Home | History | Annotate | Download | only in message_center

Lines Matching defs:WebNotificationTray

125   return new WebNotificationTray();
128 WebNotificationTray::WebNotificationTray()
137 WebNotificationTray::~WebNotificationTray() {
144 message_center::MessageCenter* WebNotificationTray::message_center() {
148 bool WebNotificationTray::ShowPopups() {
154 void WebNotificationTray::HidePopups() { popup_collection_.reset(); }
156 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
171 bool WebNotificationTray::ShowMessageCenter() {
175 void WebNotificationTray::HideMessageCenter() {
183 bool WebNotificationTray::ShowNotifierSettings() {
191 void WebNotificationTray::OnMessageCenterTrayChanged() {
197 base::Bind(&WebNotificationTray::UpdateStatusIcon, AsWeakPtr()));
200 void WebNotificationTray::OnStatusIconClicked() {
207 void WebNotificationTray::UpdateStatusIcon() {
236 void WebNotificationTray::SendHideMessageCenter() {
240 void WebNotificationTray::MarkMessageCenterHidden() {
247 PositionInfo WebNotificationTray::GetPositionInfo() {
292 MessageCenterTray* WebNotificationTray::GetMessageCenterTray() {
296 void WebNotificationTray::CreateStatusIcon(const gfx::ImageSkia& image,
314 void WebNotificationTray::DestroyStatusIcon() {
325 void WebNotificationTray::AddQuietModeMenu(StatusIcon* status_icon) {
331 WebNotificationTray::GetMessageCenterWidgetDelegateForTest() {