Searched defs:NotificationsApiFunction (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc171 bool NotificationsApiFunction::IsNotificationsApiAvailable() {
178 NotificationsApiFunction::NotificationsApiFunction() { function in class:extensions::NotificationsApiFunction
181 NotificationsApiFunction::~NotificationsApiFunction() {
184 bool NotificationsApiFunction::CreateNotification(
326 bool NotificationsApiFunction::UpdateNotification(
447 bool NotificationsApiFunction::AreExtensionNotificationsAllowed() const {
454 bool NotificationsApiFunction::IsNotificationsApiEnabled() const {
458 bool NotificationsApiFunction
[all...]
H A Dnotifications_api.h20 class NotificationsApiFunction : public ChromeAsyncExtensionFunction { class in namespace:extensions
27 NotificationsApiFunction();
28 virtual ~NotificationsApiFunction();
54 class NotificationsCreateFunction : public NotificationsApiFunction {
58 // NotificationsApiFunction:
70 class NotificationsUpdateFunction : public NotificationsApiFunction {
74 // NotificationsApiFunction:
86 class NotificationsClearFunction : public NotificationsApiFunction {
90 // NotificationsApiFunction:
102 class NotificationsGetAllFunction : public NotificationsApiFunction {
[all...]

Completed in 223 milliseconds