Home
last modified time | relevance | path

Searched refs:SystemTrayNotifier (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/tray/
H A Dsystem_tray_notifier.cc16 SystemTrayNotifier::SystemTrayNotifier() = default;
18 SystemTrayNotifier::~SystemTrayNotifier() = default;
28 void SystemTrayNotifier::NotifyRefreshIME() { in NotifyRefreshIME()
46 void SystemTrayNotifier::NotifyRequestToggleWifi() { in NotifyRequestToggleWifi()
51 void SystemTrayNotifier::AddScreenCaptureObserver( in AddScreenCaptureObserver()
56 void SystemTrayNotifier::RemoveScreenCaptureObserver( in RemoveScreenCaptureObserver()
61 void SystemTrayNotifier::NotifyScreenCaptureStart( in NotifyScreenCaptureStart()
70 void SystemTrayNotifier::NotifyScreenCaptureStop() { in NotifyScreenCaptureStop()
79 void SystemTrayNotifier::RemoveScreenShareObserver( in RemoveScreenShareObserver()
84 void SystemTrayNotifier::NotifyScreenShareStart( in NotifyScreenShareStart()
[all …]
H A Dsystem_tray_notifier.h31 class ASH_EXPORT SystemTrayNotifier {
33 SystemTrayNotifier();
34 ~SystemTrayNotifier();
83 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/
H A Dlogin_screen_controller.h26 class SystemTrayNotifier; variable
52 explicit LoginScreenController(SystemTrayNotifier* system_tray_notifier);
157 SystemTrayNotifier* system_tray_notifier_;
H A Dlogin_screen_controller.cc66 SystemTrayNotifier* system_tray_notifier) in LoginScreenController()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/ime_menu/
H A Dime_menu_tray.cc299 SystemTrayNotifier* tray_notifier = Shell::Get()->system_tray_notifier(); in ImeMenuTray()
311 SystemTrayNotifier* tray_notifier = Shell::Get()->system_tray_notifier(); in ~ImeMenuTray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h187 class SystemTrayNotifier; variable
505 SystemTrayNotifier* system_tray_notifier() { in system_tray_notifier()
730 std::unique_ptr<SystemTrayNotifier> system_tray_notifier_;
H A Dshell.cc563 system_tray_notifier_(std::make_unique<SystemTrayNotifier>()), in Shell()