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 45 // The DesktopNotificationService is an object, owned by the Profile,
47 class DesktopNotificationService : public BrowserContextKeyedService,
58 DesktopNotificationService(Profile* profile,
60 virtual ~DesktopNotificationService();
225 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationService);
desktop_notification_service.cc 68 DesktopNotificationService* notification_service,
78 DesktopNotificationService* notification_service,
102 DesktopNotificationService* notification_service_;
119 DesktopNotificationService* notification_service,
133 DesktopNotificationService* notification_service,
194 // DesktopNotificationService -------------------------------------------------
197 void DesktopNotificationService::RegisterProfilePrefs(
208 string16 DesktopNotificationService::CreateDataUrl(
242 string16 DesktopNotificationService::CreateDataUrl(
259 std::string DesktopNotificationService::AddNotification
    [all...]

Completed in 54 milliseconds