HomeSort by relevance Sort by last modified time
    Searched defs:DesktopNotificationService (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 34 // The DesktopNotificationService is an object, owned by the Profile,
36 class DesktopNotificationService : public NotificationObserver,
44 DesktopNotificationService(Profile* profile,
46 virtual ~DesktopNotificationService();
161 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationService);
desktop_notification_service.cc 206 // DesktopNotificationService -------------------------------------------------
209 string16 DesktopNotificationService::CreateDataUrl(
243 string16 DesktopNotificationService::CreateDataUrl(
259 DesktopNotificationService::DesktopNotificationService(Profile* profile,
268 DesktopNotificationService::~DesktopNotificationService() {
272 void DesktopNotificationService::RegisterUserPrefs(PrefService* user_prefs) {
278 void DesktopNotificationService::InitPrefs() {
300 void DesktopNotificationService::StartObserving()
    [all...]

Completed in 41 milliseconds