HomeSort by relevance Sort by last modified time
    Searched refs:WebNotificationTray (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 79 WebNotificationBubbleWrapper(WebNotificationTray* tray,
169 WebNotificationTray::WebNotificationTray(StatusAreaWidget* status_area_widget)
198 WebNotificationTray::~WebNotificationTray() {
207 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
257 bool WebNotificationTray::ShowMessageCenter() {
261 void WebNotificationTray::HideMessageCenter() {
273 void WebNotificationTray::SetSystemTrayHeight(int height) {
277 bool WebNotificationTray::ShowPopups()
    [all...]
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);
web_notification_tray_unittest.cc 49 WebNotificationTray* GetTray() {
54 WebNotificationTray* GetSecondaryTray() {
153 int GetPopupWorkAreaBottomForTray(WebNotificationTray* tray) {
292 WebNotificationTray* secondary_tray = GetSecondaryTray();
491 WebNotificationTray* tray = GetTray();
524 WebNotificationTray* tray = GetTray();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 128 return new WebNotificationTray(g_browser_process->local_state());
131 WebNotificationTray::WebNotificationTray(PrefService* local_state)
157 WebNotificationTray::~WebNotificationTray() {
165 message_center::MessageCenter* WebNotificationTray::message_center() {
169 bool WebNotificationTray::ShowPopups() {
175 void WebNotificationTray::HidePopups() {
180 bool WebNotificationTray::ShowMessageCenter() {
191 void WebNotificationTray::HideMessageCenter()
    [all...]
web_notification_tray_win.cc 23 void WebNotificationTray::OnBalloonClicked() {
31 void WebNotificationTray::DisplayFirstRunBalloon() {
58 void WebNotificationTray::EnforceStatusIconVisible() {
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);
message_center_widget_delegate.h 44 class WebNotificationTray;
55 MessageCenterWidgetDelegate(WebNotificationTray* tray,
102 WebNotificationTray* tray_;
web_notification_tray_browsertest.cc 144 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL));
170 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL));
191 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL));
218 WebNotificationTray* tray =
219 static_cast<WebNotificationTray*>(mc_manager->tray_.get());
241 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL))
    [all...]
message_center_widget_delegate.cc 32 WebNotificationTray* tray,
  /external/chromium_org/ash/system/
status_area_widget.h 18 class WebNotificationTray;
31 // Creates the SystemTray, WebNotificationTray and LogoutButtonTray.
53 WebNotificationTray* web_notification_tray() {
90 WebNotificationTray* web_notification_tray_;
status_area_widget.cc 143 web_notification_tray_ = new WebNotificationTray(this);
  /external/chromium_org/ash/
shell.h 147 class WebNotificationTray;
480 // Returns WebNotificationTray on the primary root window.
481 WebNotificationTray* GetWebNotificationTray();
shell.cc 567 WebNotificationTray* Shell::GetWebNotificationTray() {
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 305 ash::WebNotificationTray* tray =
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 403 WebNotificationTray* notification_tray =
    [all...]

Completed in 3285 milliseconds