Home
last modified time | relevance | path

Searched refs:HideNotificationView (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray_item.cc77 void SystemTrayItem::HideNotificationView() { in HideNotificationView() function in ash::SystemTrayItem
78 system_tray()->HideNotificationView(this); in HideNotificationView()
Dtray_notification_view.cc157 owner_->HideNotificationView(); in OnSlideOut()
162 owner_->HideNotificationView(); in HandleClose()
Dsystem_tray_item.h95 void HideNotificationView();
Dsystem_tray.h80 void HideNotificationView(SystemTrayItem* item);
Dsystem_tray.cc290 void SystemTray::HideNotificationView(SystemTrayItem* item) { in HideNotificationView() function in ash::SystemTray
/external/chromium_org/ash/system/chromeos/network/
Dtray_sms.cc312 HideNotificationView(); in CreateDetailedView()
400 HideNotificationView(); in Update()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.cc107 screen_tray_item_->HideNotificationView(); in Update()
/external/chromium_org/ash/system/chromeos/power/
Dtray_power.cc248 HideNotificationView(); in OnPowerStatusChanged()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc359 GetSystemTray()->HideNotificationView(test_item); in TEST_F()