HomeSort by relevance Sort by last modified time
    Searched defs:DesktopNotificationService (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.h 47 // The DesktopNotificationService is an object, owned by the Profile,
49 class DesktopNotificationService : public BrowserContextKeyedService,
60 DesktopNotificationService(Profile* profile,
62 virtual ~DesktopNotificationService();
234 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationService);
desktop_notification_service.cc 70 DesktopNotificationService* notification_service,
79 DesktopNotificationService* notification_service,
103 DesktopNotificationService* notification_service_;
120 DesktopNotificationService* notification_service,
134 DesktopNotificationService* notification_service,
195 // DesktopNotificationService -------------------------------------------------
198 void DesktopNotificationService::RegisterProfilePrefs(
213 base::string16 DesktopNotificationService::CreateDataUrl(
249 base::string16 DesktopNotificationService::CreateDataUrl(
266 std::string DesktopNotificationService::AddNotification
    [all...]

Completed in 99 milliseconds