Home
last modified time | relevance | path

Searched refs:SetHideNotifications (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray.h88 void SetHideNotifications(bool hidden);
Dsystem_tray.cc329 void SystemTray::SetHideNotifications(bool hide_notifications) { in SetHideNotifications() function in ash::SystemTray
/external/chromium_org/ash/system/
Dstatus_area_widget.cc183 system_tray_->SetHideNotifications(hide); in SetHideSystemNotifications()