HomeSort by relevance Sort by last modified time
    Searched refs:DesktopNotificationService (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc 14 DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
17 return static_cast<DesktopNotificationService*>(
36 DesktopNotificationService* service = new DesktopNotificationService(profile,
desktop_notification_service_factory.h 12 class DesktopNotificationService;
17 // the associated DesktopNotificationService.
20 // Returns the DesktopNotificationService that provides desktop notifications
22 static DesktopNotificationService* GetForProfile(Profile* profile);
notification_exceptions_table_model.h 20 DesktopNotificationService* service);
42 DesktopNotificationService* service_;
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...]
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_notifications_unittest.cc 91 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
119 params, 0, 0, DesktopNotificationService::PageNotification));
130 params2, 0, 0, DesktopNotificationService::PageNotification));
145 params, 0, 0, DesktopNotificationService::PageNotification));
170 DesktopNotificationService::PageNotification));
197 params, 0, 0, DesktopNotificationService::PageNotification));
224 params, 0, 0, DesktopNotificationService::PageNotification));
231 params, 0, 0, DesktopNotificationService::PageNotification));
262 DesktopNotificationService::PageNotification));
314 params, 0, 0, DesktopNotificationService::PageNotification))
    [all...]
desktop_notifications_unittest.h 118 // Real DesktopNotificationService
119 scoped_ptr<DesktopNotificationService> service_;
notification_exceptions_table_model_unittest.cc 54 DesktopNotificationService* service_;
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service_factory.cc 17 DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
20 return static_cast<DesktopNotificationService*>(
32 "DesktopNotificationService",
42 DesktopNotificationService* service =
43 new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
desktop_notification_service_factory.h 12 class DesktopNotificationService;
17 // the associated DesktopNotificationService.
21 // Returns the DesktopNotificationService that provides desktop notifications
23 static DesktopNotificationService* GetForProfile(Profile* profile);
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...]
desktop_notification_service_win.cc 15 bool DesktopNotificationService::CancelDesktopNotification(
31 void DesktopNotificationService::ShowNotification(
desktop_notifications_unittest.cc 125 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
162 params, 0, 0, DesktopNotificationService::PageNotification));
173 params2, 0, 0, DesktopNotificationService::PageNotification));
189 params, 0, 0, DesktopNotificationService::PageNotification));
215 DesktopNotificationService::PageNotification));
243 params, 0, 0, DesktopNotificationService::PageNotification));
269 params, 0, 0, DesktopNotificationService::PageNotification));
276 params, 0, 0, DesktopNotificationService::PageNotification));
308 scoped_ptr<DesktopNotificationService> second_service(
309 new DesktopNotificationService(second_profile, ui_manager_.get()))
    [all...]
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_unittest.cc 27 DesktopNotificationService* service_;
desktop_notifications_unittest.h 119 // Real DesktopNotificationService
120 scoped_ptr<DesktopNotificationService> service_;
notification.cc 55 content_url_ = GURL(DesktopNotificationService::CreateDataUrl(
92 DesktopNotificationService::CreateDataUrl(icon_url_, title, body, dir));
  /external/chromium/chrome/browser/
desktop_notification_handler.cc 53 DesktopNotificationService* service =
60 DesktopNotificationService::PageNotification);
65 DesktopNotificationService* service =
82 DesktopNotificationService* service =
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 86 service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
113 params, 0, 0, DesktopNotificationService::PageNotification));
125 params2, 0, 0, DesktopNotificationService::PageNotification));
140 params, 0, 0, DesktopNotificationService::PageNotification));
170 DesktopNotificationService::PageNotification));
199 DesktopNotificationService::PageNotification));
248 DesktopNotificationService::PageNotification));
261 params, 0, 0, DesktopNotificationService::PageNotification));
system_notification_factory.cc 21 string16 content_url = DesktopNotificationService::CreateDataUrl(
33 // See code in DesktopNotificationService::CreateDataUrl
52 string16 content_url = DesktopNotificationService::CreateDataUrl(resource,
desktop_notifications_unittest.h 107 // Real DesktopNotificationService
108 scoped_ptr<DesktopNotificationService> service_;
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 85 notification_id_ = DesktopNotificationService::AddIconNotification(
  /external/chromium_org/chrome/browser/task_manager/
task_manager_notification_browsertest.cc 64 base::string16 content = DesktopNotificationService::CreateDataUrl(
  /external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.cc 172 DesktopNotificationService::AddIconNotification(
349 DesktopNotificationService::RemoveNotification(notification_id);
363 DesktopNotificationService::RemoveNotification(notification_id);
  /external/chromium/android/autofill/
profile_android.h 77 class DesktopNotificationService;
205 virtual DesktopNotificationService* GetDesktopNotificationService() { NOTREACHED(); return NULL; }

Completed in 288 milliseconds

1 2