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

/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service.h61 // The DesktopNotificationService is an object, owned by the Profile,
63 class DesktopNotificationService : public PermissionContextBase class in inherits:PermissionContextBase,extensions::ExtensionRegistryObserver
82 explicit DesktopNotificationService(Profile* profile);
83 virtual ~DesktopNotificationService();
169 base::WeakPtrFactory<DesktopNotificationService> weak_factory_;
171 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationService);
H A Ddesktop_notification_service.cc64 // DesktopNotificationService -------------------------------------------------
67 void DesktopNotificationService::RegisterProfilePrefs(
78 std::string DesktopNotificationService::AddIconNotification(
101 DesktopNotificationService::DesktopNotificationService(Profile* profile) function in class:DesktopNotificationService
117 &DesktopNotificationService::OnStringListPrefChanged,
125 &DesktopNotificationService::OnStringListPrefChanged,
135 DesktopNotificationService::~DesktopNotificationService() {
138 void DesktopNotificationService
[all...]

Completed in 55 milliseconds