HomeSort by relevance Sort by last modified time
    Searched refs:NotificationsGetPermissionLevelFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 116 class NotificationsGetPermissionLevelFunction
119 NotificationsGetPermissionLevelFunction();
126 virtual ~NotificationsGetPermissionLevelFunction();
notifications_apitest.cc 173 scoped_refptr<extensions::NotificationsGetPermissionLevelFunction>
175 new extensions::NotificationsGetPermissionLevelFunction());
194 scoped_refptr<extensions::NotificationsGetPermissionLevelFunction>
196 new extensions::NotificationsGetPermissionLevelFunction());
notifications_api.cc 609 NotificationsGetPermissionLevelFunction::
610 NotificationsGetPermissionLevelFunction() {}
612 NotificationsGetPermissionLevelFunction::
613 ~NotificationsGetPermissionLevelFunction() {}
615 bool NotificationsGetPermissionLevelFunction::CanRunWhileDisabled() const {
619 bool NotificationsGetPermissionLevelFunction::RunNotificationsApi() {

Completed in 43 milliseconds