OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systemnotification
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc
16
void
SystemNotification
::Init(int icon_resource_id) {
25
SystemNotification
::
SystemNotification
(Profile* profile,
38
SystemNotification
::
SystemNotification
(Profile* profile,
51
SystemNotification
::~
SystemNotification
() {
54
void
SystemNotification
::Show(const string16& message,
60
void
SystemNotification
::Show(const string16& message,
84
void
SystemNotification
::Hide()
[
all
...]
system_notification.h
24
class
SystemNotification
{
29
SystemNotification
(Profile* profile,
35
SystemNotification
(Profile* profile,
40
virtual ~
SystemNotification
();
90
DISALLOW_COPY_AND_ASSIGN(
SystemNotification
);
/external/chromium/chrome/browser/chromeos/
network_message_observer.h
69
SystemNotification
notification_connection_error_;
71
SystemNotification
notification_low_data_;
73
SystemNotification
notification_no_data_;
low_battery_observer.h
33
SystemNotification
notification_;
update_observer.h
29
SystemNotification
notification_;
locale_change_guard.h
54
scoped_ptr<chromeos::
SystemNotification
> note_;
sms_observer.cc
103
SystemNotification
note(
locale_change_guard.cc
156
note_.reset(new chromeos::
SystemNotification
(
/external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h
19
class
SystemNotification
;
42
typedef std::map<std::string, linked_ptr<chromeos::
SystemNotification
> >
file_browser_event_router.cc
224
chromeos::
SystemNotification
* notification =
225
new chromeos::
SystemNotification
(
231
linked_ptr<chromeos::
SystemNotification
>(notification)));
Completed in 347 milliseconds