OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationsGetAllFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h
96
class
NotificationsGetAllFunction
: public NotificationsApiFunction {
98
NotificationsGetAllFunction
();
104
virtual ~
NotificationsGetAllFunction
();
notifications_api.cc
562
NotificationsGetAllFunction
::
NotificationsGetAllFunction
() {}
564
NotificationsGetAllFunction
::~
NotificationsGetAllFunction
() {}
566
bool
NotificationsGetAllFunction
::RunNotificationsApi() {
notifications_apitest.cc
385
scoped_refptr<extensions::
NotificationsGetAllFunction
>
387
new extensions::
NotificationsGetAllFunction
());
426
scoped_refptr<extensions::
NotificationsGetAllFunction
>
428
new extensions::
NotificationsGetAllFunction
());
Completed in 143 milliseconds