OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOnNotificationClosed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/
event_names.cc
92
const char
kOnNotificationClosed
[] = "notifications.onClosed";
event_names.h
107
extern const char
kOnNotificationClosed
[];
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
153
SendEvent(event_names::
kOnNotificationClosed
, args.Pass());
Completed in 55 milliseconds