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 206 WebNotificationBubbleWrapper(WebNotificationTray* tray,
296 WebNotificationTray::WebNotificationTray(StatusAreaWidget* status_area_widget)
325 WebNotificationTray::~WebNotificationTray() {
334 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
384 bool WebNotificationTray::ShowMessageCenter() {
388 void WebNotificationTray::HideMessageCenter() {
400 void WebNotificationTray::SetSystemTrayHeight(int height) {
404 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();
181 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
web_notification_tray_unittest.cc 43 WebNotificationTray* GetTray() {
48 WebNotificationTray* GetSecondaryTray() {
141 gfx::Rect GetPopupWorkAreaForTray(WebNotificationTray* tray) {
280 WebNotificationTray* secondary_tray = GetSecondaryTray();
  /external/chromium_org/chrome/browser/ui/views/message_center/
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);
web_notification_tray.cc 127 return new WebNotificationTray(g_browser_process->local_state());
130 WebNotificationTray::WebNotificationTray(PrefService* local_state)
154 WebNotificationTray::~WebNotificationTray() {
162 message_center::MessageCenter* WebNotificationTray::message_center() {
166 bool WebNotificationTray::ShowPopups() {
171 void WebNotificationTray::HidePopups() {
176 bool WebNotificationTray::ShowMessageCenter() {
187 void WebNotificationTray::HideMessageCenter()
    [all...]
web_notification_tray_win.cc 24 void WebNotificationTray::OnBalloonClicked() {
32 void WebNotificationTray::DisplayFirstRunBalloon() {
59 void WebNotificationTray::EnforceStatusIconVisible() {
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 146 class WebNotificationTray;
473 // Returns WebNotificationTray on the primary root window.
474 WebNotificationTray* GetWebNotificationTray();
shell.cc 551 WebNotificationTray* Shell::GetWebNotificationTray() {
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 276 ash::WebNotificationTray* tray =
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 404 WebNotificationTray* notification_tray =
    [all...]

Completed in 114 milliseconds