OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemNotification
(Results
1 - 2
of
2
) 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
);
Completed in 1387 milliseconds