Home
last modified time | relevance | path

Searched refs:NotificationsCreateFunction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.h54 class NotificationsCreateFunction : public NotificationsApiFunction {
56 NotificationsCreateFunction();
62 virtual ~NotificationsCreateFunction();
Dnotifications_api.cc538 NotificationsCreateFunction::NotificationsCreateFunction() { in NotificationsCreateFunction() function in extensions::NotificationsCreateFunction
541 NotificationsCreateFunction::~NotificationsCreateFunction() { in ~NotificationsCreateFunction()
544 bool NotificationsCreateFunction::RunNotificationsApi() { in RunNotificationsApi()