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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 87 ChromeNotifierService* notifier_service,
96 ChromeNotifierService* notifier_service,
synced_notification.cc 126 ChromeNotifierService* notifier_service,
131 Show(notification_manager, notifier_service, profile);
137 notifier_service_ = notifier_service;
161 Show(notification_manager, notifier_service, profile);
188 ChromeNotifierService* notifier_service,
215 new ChromeNotifierDelegate(GetKey(), notifier_service);
chrome_notifier_service.cc 336 message_center::Notifier* notifier_service = new message_center::Notifier( local
347 notifier_service->icon = ui::ResourceBundle::GetSharedInstance().
350 notifiers->push_back(notifier_service);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 372 notifier::ChromeNotifierService* notifier_service = local
375 return notifier_service ? notifier_service->AsWeakPtr()
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 354 // TODO(mukai, petewil): invoking notifier_service here directly may cause
355 // crashes on several tests, since notifier_service relies on
357 // here checks if it really needs to ping notifier_service here.
359 notifier::ChromeNotifierService* notifier_service = local
364 if (notifier_service) {
368 notifier_service->OnSyncedNotificationServiceEnabled(*it, true);
message_center_settings_controller.cc 326 notifier::ChromeNotifierService* notifier_service = local
329 notifier_service->OnSyncedNotificationServiceEnabled(

Completed in 503 milliseconds