HomeSort by relevance Sort by last modified time
    Searched full:web_notification_tray_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/
status_area_widget.cc 33 web_notification_tray_(NULL),
60 if (web_notification_tray_)
61 web_notification_tray_->Initialize();
73 delete web_notification_tray_;
74 web_notification_tray_ = NULL;
81 (web_notification_tray_ &&
82 web_notification_tray_->ShouldBlockLauncherAutoHide()))
91 (web_notification_tray_ &&
92 web_notification_tray_->IsMouseInNotificationBubble());
97 (web_notification_tray_ &
    [all...]
status_area_widget.h 54 return web_notification_tray_;
78 WebNotificationTray* web_notification_tray_; member in class:ash::internal::StatusAreaWidget

Completed in 44 milliseconds