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

  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 80 class NotificationsClearFunction : public NotificationsApiFunction {
82 NotificationsClearFunction();
88 virtual ~NotificationsClearFunction();
notifications_api.cc 543 NotificationsClearFunction::NotificationsClearFunction() {
546 NotificationsClearFunction::~NotificationsClearFunction() {
549 bool NotificationsClearFunction::RunNotificationsApi() {
notifications_apitest.cc 135 scoped_refptr<extensions::NotificationsClearFunction>
137 new extensions::NotificationsClearFunction());
156 scoped_refptr<extensions::NotificationsClearFunction>
158 new extensions::NotificationsClearFunction());

Completed in 934 milliseconds