Searched refs:SystemTrayNotifier (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.cc13 SystemTrayNotifier::SystemTrayNotifier() { function in class:ash::SystemTrayNotifier
19 SystemTrayNotifier::~SystemTrayNotifier() {
22 void SystemTrayNotifier::AddAccessibilityObserver(
27 void SystemTrayNotifier::RemoveAccessibilityObserver(
32 void SystemTrayNotifier::AddBluetoothObserver(BluetoothObserver* observer) {
36 void SystemTrayNotifier::RemoveBluetoothObserver(BluetoothObserver* observer) {
40 void SystemTrayNotifier::AddBrightnessObserver(BrightnessObserver* observer) {
44 void SystemTrayNotifier
[all...]
H A Dsystem_tray_notifier.h43 class ASH_EXPORT SystemTrayNotifier { class in namespace:ash
45 SystemTrayNotifier();
46 ~SystemTrayNotifier();
171 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item_unittest.cc31 SystemTrayNotifier* GetSystemTrayNotifier() {
149 base::Bind(&SystemTrayNotifier::NotifyScreenCaptureStart,
156 base::Bind(&SystemTrayNotifier::NotifyScreenCaptureStop,
164 base::Bind(&SystemTrayNotifier::NotifyScreenShareStart,
171 base::Bind(&SystemTrayNotifier::NotifyScreenShareStop,
/external/chromium_org/ash/
H A Dshell.h92 class SystemTrayNotifier;
413 SystemTrayNotifier* system_tray_notifier() {
539 scoped_ptr<SystemTrayNotifier> system_tray_notifier_;
H A Dshell.cc292 // Destroy SystemTrayNotifier after destroying SystemTray as TrayItems
615 system_tray_notifier_.reset(new ash::SystemTrayNotifier());
/external/chromium_org/chrome/browser/chromeos/system/
H A Dash_system_tray_delegate.cc900 ash::SystemTrayNotifier* GetSystemTrayNotifier() {

Completed in 184 milliseconds