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 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.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...]
  /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...]

Completed in 58 milliseconds