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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h 40 class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
42 public base::SupportsWeakPtr<WebNotificationTray> {
44 WebNotificationTray();
45 virtual ~WebNotificationTray();
105 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
web_notification_tray.cc 125 return new WebNotificationTray();
128 WebNotificationTray::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::ShowMessageCenter()
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 47 class ASH_EXPORT WebNotificationTray
52 public base::SupportsWeakPtr<WebNotificationTray> {
54 explicit WebNotificationTray(
56 virtual ~WebNotificationTray();
172 DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
web_notification_tray.cc 176 WebNotificationBubbleWrapper(WebNotificationTray* tray,
268 WebNotificationTray::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::ShowPopups()
    [all...]

Completed in 54 milliseconds