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

  /external/chromium_org/ash/system/
status_area_widget.cc 32 web_notification_tray_(NULL),
57 if (web_notification_tray_)
58 web_notification_tray_->Initialize();
66 delete web_notification_tray_;
67 web_notification_tray_ = NULL;
74 (web_notification_tray_ &&
75 web_notification_tray_->ShouldBlockLauncherAutoHide()))
84 (web_notification_tray_ &&
85 web_notification_tray_->IsMouseInNotificationBubble());
90 (web_notification_tray_ &
    [all...]
status_area_widget.h 56 return web_notification_tray_;
79 WebNotificationTray* web_notification_tray_; member in class:ash::internal::StatusAreaWidget

Completed in 676 milliseconds