Home | History | Annotate | Download | only in notifications

Lines Matching refs:notifications

12 #include "chrome/common/extensions/api/notifications.h"
31 api::notifications::NotificationOptions* options);
33 api::notifications::NotificationOptions* options,
41 // notifications for a notifier have been disabled.
51 api::notifications::TemplateType type);
65 scoped_ptr<api::notifications::Create::Params> params_;
67 DECLARE_EXTENSION_FUNCTION("notifications.create", NOTIFICATIONS_CREATE)
81 scoped_ptr<api::notifications::Update::Params> params_;
83 DECLARE_EXTENSION_FUNCTION("notifications.update", NOTIFICATIONS_UPDATE)
97 scoped_ptr<api::notifications::Clear::Params> params_;
99 DECLARE_EXTENSION_FUNCTION("notifications.clear", NOTIFICATIONS_CLEAR)
113 DECLARE_EXTENSION_FUNCTION("notifications.getAll", NOTIFICATIONS_GET_ALL)
129 DECLARE_EXTENSION_FUNCTION("notifications.getPermissionLevel",