OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
42
class ASH_EXPORT
SystemTrayNotifier
{
44
SystemTrayNotifier
();
45
~
SystemTrayNotifier
();
173
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/
ash_touch_exploration_manager_chromeos.cc
29
SystemTrayNotifier
* system_tray_notifier =
shell.h
138
class
SystemTrayNotifier
;
493
SystemTrayNotifier
* system_tray_notifier() {
639
scoped_ptr<
SystemTrayNotifier
> system_tray_notifier_;
shell.cc
759
// Destroy
SystemTrayNotifier
after destroying SystemTray as TrayItems
[
all
...]
/external/chromium_org/ash/system/chromeos/network/
tray_network.cc
269
SystemTrayNotifier
* notifier = Shell::GetInstance()->system_tray_notifier();
275
SystemTrayNotifier
* notifier = Shell::GetInstance()->system_tray_notifier();
/external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h
140
ash::
SystemTrayNotifier
* GetSystemTrayNotifier();
system_tray_delegate_linux.cc
290
ash::
SystemTrayNotifier
* GetSystemTrayNotifier() {
system_tray_delegate_win.cc
287
ash::
SystemTrayNotifier
* GetSystemTrayNotifier() {
system_tray_delegate_chromeos.cc
[
all
...]
Completed in 895 milliseconds