Home
last modified time | relevance | path

Searched refs:WebNotificationTray (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc79 WebNotificationBubbleWrapper(WebNotificationTray* tray, in WebNotificationBubbleWrapper()
169 WebNotificationTray::WebNotificationTray(StatusAreaWidget* status_area_widget) in WebNotificationTray() function in ash::WebNotificationTray
198 WebNotificationTray::~WebNotificationTray() { in ~WebNotificationTray()
207 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) { in ShowMessageCenterInternal()
257 bool WebNotificationTray::ShowMessageCenter() { in ShowMessageCenter()
261 void WebNotificationTray::HideMessageCenter() { in HideMessageCenter()
273 void WebNotificationTray::SetSystemTrayHeight(int height) { in SetSystemTrayHeight()
277 bool WebNotificationTray::ShowPopups() { in ShowPopups()
285 void WebNotificationTray::HidePopups() { in HidePopups()
292 bool WebNotificationTray::ShouldShowMessageCenter() { in ShouldShowMessageCenter()
[all …]
Dweb_notification_tray.h46 class ASH_EXPORT WebNotificationTray
51 public base::SupportsWeakPtr<WebNotificationTray>,
54 explicit WebNotificationTray(StatusAreaWidget* status_area_widget);
55 virtual ~WebNotificationTray();
180 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
Dweb_notification_tray_unittest.cc49 WebNotificationTray* GetTray() { in GetTray()
54 WebNotificationTray* GetSecondaryTray() { in GetSecondaryTray()
153 int GetPopupWorkAreaBottomForTray(WebNotificationTray* tray) { in GetPopupWorkAreaBottomForTray()
292 WebNotificationTray* secondary_tray = GetSecondaryTray(); in TEST_F()
491 WebNotificationTray* tray = GetTray(); in TEST_F()
524 WebNotificationTray* tray = GetTray(); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray.cc128 return new WebNotificationTray(g_browser_process->local_state()); in CreateMessageCenterTray()
131 WebNotificationTray::WebNotificationTray(PrefService* local_state) in WebNotificationTray() function in message_center::WebNotificationTray
157 WebNotificationTray::~WebNotificationTray() { in ~WebNotificationTray()
165 message_center::MessageCenter* WebNotificationTray::message_center() { in message_center()
169 bool WebNotificationTray::ShowPopups() { in ShowPopups()
175 void WebNotificationTray::HidePopups() { in HidePopups()
180 bool WebNotificationTray::ShowMessageCenter() { in ShowMessageCenter()
191 void WebNotificationTray::HideMessageCenter() { in HideMessageCenter()
199 bool WebNotificationTray::ShowNotifierSettings() { in ShowNotifierSettings()
214 bool WebNotificationTray::IsContextMenuEnabled() const { in IsContextMenuEnabled()
[all …]
Dweb_notification_tray_browsertest.cc144 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL)); in IN_PROC_BROWSER_TEST_F()
170 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL)); in IN_PROC_BROWSER_TEST_F()
191 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL)); in IN_PROC_BROWSER_TEST_F()
218 WebNotificationTray* tray = in IN_PROC_BROWSER_TEST_F()
219 static_cast<WebNotificationTray*>(mc_manager->tray_.get()); in IN_PROC_BROWSER_TEST_F()
241 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL)); in IN_PROC_BROWSER_TEST_F()
Dweb_notification_tray.h48 class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
50 public base::SupportsWeakPtr<WebNotificationTray>,
53 explicit WebNotificationTray(PrefService* local_state);
54 virtual ~WebNotificationTray();
128 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
Dweb_notification_tray_win.cc23 void WebNotificationTray::OnBalloonClicked() { in OnBalloonClicked()
31 void WebNotificationTray::DisplayFirstRunBalloon() { in DisplayFirstRunBalloon()
58 void WebNotificationTray::EnforceStatusIconVisible() { in EnforceStatusIconVisible()
Dmessage_center_widget_delegate.h44 class WebNotificationTray; variable
55 MessageCenterWidgetDelegate(WebNotificationTray* tray,
102 WebNotificationTray* tray_;
Dmessage_center_widget_delegate.cc32 WebNotificationTray* tray, in MessageCenterWidgetDelegate()
/external/chromium_org/ash/system/
Dstatus_area_widget.h18 class WebNotificationTray; variable
53 WebNotificationTray* web_notification_tray() { in web_notification_tray()
90 WebNotificationTray* web_notification_tray_;
Dstatus_area_widget.cc143 web_notification_tray_ = new WebNotificationTray(this); in AddWebNotificationTray()
/external/chromium_org/ash/
Dshell.h147 class WebNotificationTray; variable
481 WebNotificationTray* GetWebNotificationTray();
Dshell.cc567 WebNotificationTray* Shell::GetWebNotificationTray() { in GetWebNotificationTray()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notification_manager.cc305 ash::WebNotificationTray* tray = in EnsureMessageCenterClosed()
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc403 WebNotificationTray* notification_tray = in HandleShowMessageCenterBubble()