OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemTrayNotifier
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_notifier.h
39
class ASH_EXPORT
SystemTrayNotifier
{
41
SystemTrayNotifier
();
42
~
SystemTrayNotifier
();
151
DISALLOW_COPY_AND_ASSIGN(
SystemTrayNotifier
);
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
::AddCapsLockObserver(CapsLockObserver* observer) {
44
void
SystemTrayNotifier
::RemoveCapsLockObserver(CapsLockObserver* observer)
[
all
...]
Completed in 73 milliseconds