Home
last modified time | relevance | path

Searched refs:IsMouseInNotificationBubble (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/
Dstatus_area_widget.cc109 return (system_tray_ && system_tray_->IsMouseInNotificationBubble()) || in ShouldShowShelf()
111 web_notification_tray_->IsMouseInNotificationBubble()); in ShouldShowShelf()
/external/chromium_org/ash/system/tray/
Dsystem_tray.h110 bool IsMouseInNotificationBubble() const;
Dsystem_tray.cc360 bool SystemTray::IsMouseInNotificationBubble() const { in IsMouseInNotificationBubble() function in ash::SystemTray
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.h69 bool IsMouseInNotificationBubble() const;
Dweb_notification_tray.cc434 bool WebNotificationTray::IsMouseInNotificationBubble() const { in IsMouseInNotificationBubble() function in ash::WebNotificationTray