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

  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_private_api.cc 35 notifier::ChromeNotifierService* notifier_service = local
39 if (!notifier_service ||
40 !notifier_service->GetSyncedNotificationsShim()->IsSyncReady()) {
46 if (!notifier_service->GetSyncedNotificationsShim()->GetInitialData(
71 notifier::ChromeNotifierService* notifier_service = local
75 if (!notifier_service ||
76 !notifier_service->GetSyncedNotificationsShim()->IsSyncReady()) {
80 if (!notifier_service->GetSyncedNotificationsShim()->UpdateNotification(
104 notifier::ChromeNotifierService* notifier_service = local
108 if (!notifier_service ||
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
welcome_delegate.cc 92 ChromeNotifierService* notifier_service = local
95 if (notifier_service) {
96 notifier_service->OnSyncedNotificationServiceEnabled(notifier_id_.id,
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 372 notifier::ChromeNotifierService* notifier_service = local
375 notifier_service->OnSyncedNotificationServiceEnabled(

Completed in 83 milliseconds