/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 79 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 …]
|
D | web_notification_tray.h | 46 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);
|
D | web_notification_tray_unittest.cc | 49 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/ |
D | web_notification_tray.cc | 128 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 …]
|
D | web_notification_tray_browsertest.cc | 144 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()
|
D | web_notification_tray.h | 48 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);
|
D | web_notification_tray_win.cc | 23 void WebNotificationTray::OnBalloonClicked() { in OnBalloonClicked() 31 void WebNotificationTray::DisplayFirstRunBalloon() { in DisplayFirstRunBalloon() 58 void WebNotificationTray::EnforceStatusIconVisible() { in EnforceStatusIconVisible()
|
D | message_center_widget_delegate.h | 44 class WebNotificationTray; variable 55 MessageCenterWidgetDelegate(WebNotificationTray* tray, 102 WebNotificationTray* tray_;
|
D | message_center_widget_delegate.cc | 32 WebNotificationTray* tray, in MessageCenterWidgetDelegate()
|
/external/chromium_org/ash/system/ |
D | status_area_widget.h | 18 class WebNotificationTray; variable 53 WebNotificationTray* web_notification_tray() { in web_notification_tray() 90 WebNotificationTray* web_notification_tray_;
|
D | status_area_widget.cc | 143 web_notification_tray_ = new WebNotificationTray(this); in AddWebNotificationTray()
|
/external/chromium_org/ash/ |
D | shell.h | 147 class WebNotificationTray; variable 481 WebNotificationTray* GetWebNotificationTray();
|
D | shell.cc | 567 WebNotificationTray* Shell::GetWebNotificationTray() { in GetWebNotificationTray()
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_notification_manager.cc | 305 ash::WebNotificationTray* tray = in EnsureMessageCenterClosed()
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_controller.cc | 403 WebNotificationTray* notification_tray = in HandleShowMessageCenterBubble()
|