HomeSort by relevance Sort by last modified time
    Searched refs:SystemTrayNotifier (Results 1 - 6 of 6) 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::AddBluetoothObserver(BluetoothObserver* observer) {
36 void SystemTrayNotifier::RemoveBluetoothObserver(BluetoothObserver* observer) {
40 void SystemTrayNotifier::AddBrightnessObserver(BrightnessObserver* observer) {
44 void SystemTrayNotifier::RemoveBrightnessObserver
    [all...]
system_tray_notifier.h 43 class ASH_EXPORT SystemTrayNotifier {
45 SystemTrayNotifier();
46 ~SystemTrayNotifier();
171 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 31 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/
shell.h 92 class SystemTrayNotifier;
413 SystemTrayNotifier* system_tray_notifier() {
539 scoped_ptr<SystemTrayNotifier> system_tray_notifier_;
shell.cc 292 // Destroy SystemTrayNotifier after destroying SystemTray as TrayItems
615 system_tray_notifier_.reset(new ash::SystemTrayNotifier());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc     [all...]

Completed in 698 milliseconds