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

  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 48 class ASH_EXPORT WebNotificationTray
53 public base::SupportsWeakPtr<WebNotificationTray>,
56 explicit WebNotificationTray(
58 virtual ~WebNotificationTray();
182 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
web_notification_tray.cc 208 WebNotificationBubbleWrapper(WebNotificationTray* tray,
302 WebNotificationTray::WebNotificationTray(
323 WebNotificationTray::~WebNotificationTray() {
332 bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
382 bool WebNotificationTray::ShowMessageCenter() {
386 void WebNotificationTray::HideMessageCenter() {
398 void WebNotificationTray::SetSystemTrayHeight(int height) {
402 bool WebNotificationTray::ShowPopups()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h 41 class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
43 public base::SupportsWeakPtr<WebNotificationTray>,
46 WebNotificationTray();
47 virtual ~WebNotificationTray();
108 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
web_notification_tray.cc 124 return new WebNotificationTray();
127 WebNotificationTray::WebNotificationTray()
138 WebNotificationTray::~WebNotificationTray() {
145 message_center::MessageCenter* WebNotificationTray::message_center() {
149 bool WebNotificationTray::ShowPopups() {
155 void WebNotificationTray::HidePopups() {
162 bool WebNotificationTray::ShowMessageCenter() {
172 void WebNotificationTray::HideMessageCenter()
    [all...]

Completed in 145 milliseconds