Searched refs:WebNotificationTray (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray.cc125 return new WebNotificationTray();
128 WebNotificationTray::WebNotificationTray() function in class:message_center::WebNotificationTray
137 WebNotificationTray::~WebNotificationTray() {
144 message_center::MessageCenter* WebNotificationTray::message_center() {
148 bool WebNotificationTray::ShowPopups() {
154 void WebNotificationTray::HidePopups() { popup_collection_.reset(); }
156 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
171 bool WebNotificationTray
[all...]
H A Dweb_notification_tray.h40 class WebNotificationTray : public message_center::MessageCenterTrayDelegate, class in namespace:message_center
42 public base::SupportsWeakPtr<WebNotificationTray> {
44 WebNotificationTray();
45 virtual ~WebNotificationTray();
105 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
H A Dweb_notification_tray_win.cc25 void WebNotificationTray::OnBalloonClicked() {
32 void WebNotificationTray::DisplayFirstRunBalloon() {
H A Dweb_notification_tray_browsertest.cc136 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray());
162 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray());
183 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray());
H A Dmessage_center_widget_delegate.h51 class WebNotificationTray;
62 MessageCenterWidgetDelegate(WebNotificationTray* tray,
108 WebNotificationTray* tray_;
H A Dmessage_center_widget_delegate.cc28 WebNotificationTray* tray,
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc176 WebNotificationBubbleWrapper(WebNotificationTray* tray,
268 WebNotificationTray::WebNotificationTray( function in class:ash::WebNotificationTray
288 WebNotificationTray::~WebNotificationTray() {
297 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
346 bool WebNotificationTray::ShowMessageCenter() {
350 void WebNotificationTray::HideMessageCenter() {
361 void WebNotificationTray::SetSystemTrayHeight(int height) {
367 bool WebNotificationTray
[all...]
H A Dweb_notification_tray.h47 class ASH_EXPORT WebNotificationTray class in namespace:ash
52 public base::SupportsWeakPtr<WebNotificationTray> {
54 explicit WebNotificationTray(
56 virtual ~WebNotificationTray();
172 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
H A Dweb_notification_tray_unittest.cc37 WebNotificationTray* GetTray() {
42 WebNotificationTray* GetSecondaryTray() {
143 gfx::Rect GetPopupWorkAreaForTray(WebNotificationTray* tray) {
268 WebNotificationTray* secondary_tray = GetSecondaryTray();
/external/chromium_org/ash/system/
H A Dstatus_area_widget.h17 class WebNotificationTray;
30 // Creates the SystemTray and the WebNotificationTray.
55 WebNotificationTray* web_notification_tray() {
79 WebNotificationTray* web_notification_tray_;
H A Dstatus_area_widget.cc106 web_notification_tray_ = new WebNotificationTray(this);
/external/chromium_org/ash/
H A Dshell.h96 class WebNotificationTray;
400 // Returns WebNotificationTray on the primary root window.
401 WebNotificationTray* GetWebNotificationTray();
H A Dshell.cc859 WebNotificationTray* Shell::GetWebNotificationTray() {
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc760 WebNotificationTray* notification_tray =

Completed in 305 milliseconds