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

  /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_;
notification_options_menu_model.cc 164 DesktopNotificationService* service =
214 DesktopNotificationService* service =
notification_exceptions_table_model.cc 27 DesktopNotificationService* service)
desktop_notification_service_unittest.cc 117 DesktopNotificationService* service_;
123 // The default pref registered in DesktopNotificationService is "ask",
  /external/chromium/chrome/browser/
desktop_notification_handler.cc 53 DesktopNotificationService* service =
60 DesktopNotificationService::PageNotification);
65 DesktopNotificationService* service =
82 DesktopNotificationService* service =
background_contents_service.cc 96 string16 content_url = DesktopNotificationService::CreateDataUrl(
280 // DesktopNotificationService. For this reason, instead of showing the
  /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_;
balloon_view.cc 341 DesktopNotificationService* service =
  /external/chromium/android/autofill/
profile_android.h 77 class DesktopNotificationService;
205 virtual DesktopNotificationService* GetDesktopNotificationService() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 146 DesktopNotificationService::RegisterUserPrefs(user_prefs);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 100 string16 content_url = DesktopNotificationService::CreateDataUrl(
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 230 Source<DesktopNotificationService>(
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 320 string16 content = DesktopNotificationService::CreateDataUrl(
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 479 DesktopNotificationService* service =

Completed in 344 milliseconds