HomeSort by relevance Sort by last modified time
    Searched refs:SystemTrayNotifier (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray_notifier.cc 13 SystemTrayNotifier::SystemTrayNotifier() {
19 SystemTrayNotifier::~SystemTrayNotifier() {
22 void SystemTrayNotifier::AddAccessibilityObserver(
27 void SystemTrayNotifier::RemoveAccessibilityObserver(
32 void SystemTrayNotifier::AddAudioObserver(AudioObserver* observer) {
36 void SystemTrayNotifier::RemoveAudioObserver(AudioObserver* observer) {
40 void SystemTrayNotifier::AddBluetoothObserver(BluetoothObserver* observer) {
44 void SystemTrayNotifier::RemoveBluetoothObserver(BluetoothObserver* observer)
    [all...]
system_tray_notifier.h 43 class ASH_EXPORT SystemTrayNotifier {
45 SystemTrayNotifier();
46 ~SystemTrayNotifier();
179 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 31 SystemTrayNotifier* GetSystemTrayNotifier() {
150 base::Bind(&SystemTrayNotifier::NotifyScreenCaptureStart,
157 base::Bind(&SystemTrayNotifier::NotifyScreenCaptureStop,
165 base::Bind(&SystemTrayNotifier::NotifyScreenShareStart,
172 base::Bind(&SystemTrayNotifier::NotifyScreenShareStop,
  /external/chromium_org/ash/
shell.h 138 class SystemTrayNotifier;
486 SystemTrayNotifier* system_tray_notifier() {
632 scoped_ptr<SystemTrayNotifier> system_tray_notifier_;
root_window_controller.cc 278 SystemTrayNotifier* system_tray_notifier =
    [all...]
shell.cc 743 // Destroy SystemTrayNotifier after destroying SystemTray as TrayItems
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 265 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier();
271 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier();
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 151 ash::SystemTrayNotifier* GetSystemTrayNotifier();
system_tray_delegate_linux.cc 304 ash::SystemTrayNotifier* GetSystemTrayNotifier() {
system_tray_delegate_win.cc 302 ash::SystemTrayNotifier* GetSystemTrayNotifier() {
system_tray_delegate_chromeos.cc     [all...]

Completed in 1119 milliseconds