Searched defs:NotificationService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DNotificationService.js11 WebInspector.NotificationService = function() { }
13 WebInspector.NotificationService.prototype = {
17 WebInspector.NotificationService.Events = {
22 WebInspector.notifications = new WebInspector.NotificationService();
/external/chromium_org/content/public/browser/
H A Dnotification_service.h18 class CONTENT_EXPORT NotificationService { class in namespace:content
20 // Returns the NotificationService object for the current thread, or NULL if
22 static NotificationService* current();
24 static NotificationService* Create();
26 virtual ~NotificationService() {}
31 // NotificationService::AllSources(), in which case

Completed in 743 milliseconds