/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 206 WebNotificationBubbleWrapper(WebNotificationTray* tray, in WebNotificationBubbleWrapper() 296 WebNotificationTray::WebNotificationTray(StatusAreaWidget* status_area_widget) in WebNotificationTray() function in ash::WebNotificationTray 325 WebNotificationTray::~WebNotificationTray() { in ~WebNotificationTray() 334 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) { in ShowMessageCenterInternal() 384 bool WebNotificationTray::ShowMessageCenter() { in ShowMessageCenter() 388 void WebNotificationTray::HideMessageCenter() { in HideMessageCenter() 400 void WebNotificationTray::SetSystemTrayHeight(int height) { in SetSystemTrayHeight() 404 bool WebNotificationTray::ShowPopups() { in ShowPopups() 412 void WebNotificationTray::HidePopups() { in HidePopups() 419 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(); 181 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
|
D | web_notification_tray_unittest.cc | 43 WebNotificationTray* GetTray() { in GetTray() 48 WebNotificationTray* GetSecondaryTray() { in GetSecondaryTray() 141 gfx::Rect GetPopupWorkAreaForTray(WebNotificationTray* tray) { in GetPopupWorkAreaForTray() 280 WebNotificationTray* secondary_tray = GetSecondaryTray(); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | web_notification_tray.cc | 127 return new WebNotificationTray(g_browser_process->local_state()); in CreateMessageCenterTray() 130 WebNotificationTray::WebNotificationTray(PrefService* local_state) in WebNotificationTray() function in message_center::WebNotificationTray 154 WebNotificationTray::~WebNotificationTray() { in ~WebNotificationTray() 162 message_center::MessageCenter* WebNotificationTray::message_center() { in message_center() 166 bool WebNotificationTray::ShowPopups() { in ShowPopups() 171 void WebNotificationTray::HidePopups() { in HidePopups() 176 bool WebNotificationTray::ShowMessageCenter() { in ShowMessageCenter() 187 void WebNotificationTray::HideMessageCenter() { in HideMessageCenter() 195 bool WebNotificationTray::ShowNotifierSettings() { in ShowNotifierSettings() 210 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 | 47 class WebNotificationTray : public message_center::MessageCenterTrayDelegate, 49 public base::SupportsWeakPtr<WebNotificationTray>, 52 explicit WebNotificationTray(PrefService* local_state); 53 virtual ~WebNotificationTray(); 126 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
|
D | web_notification_tray_win.cc | 24 void WebNotificationTray::OnBalloonClicked() { in OnBalloonClicked() 32 void WebNotificationTray::DisplayFirstRunBalloon() { in DisplayFirstRunBalloon() 59 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 | 146 class WebNotificationTray; variable 474 WebNotificationTray* GetWebNotificationTray();
|
D | shell.cc | 551 WebNotificationTray* Shell::GetWebNotificationTray() { in GetWebNotificationTray()
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_notification_manager.cc | 276 ash::WebNotificationTray* tray = in EnsureMessageCenterClosed()
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_controller.cc | 404 WebNotificationTray* notification_tray = in HandleShowMessageCenterBubble()
|