HomeSort by relevance Sort by last modified time
    Searched full:synced_notification_app_info_service_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info.cc 23 synced_notification_app_info_service_(
115 synced_notification_app_info_service_->OnBitmapFetchesDone(
137 if (synced_notification_app_info_service_ != NULL) {
138 synced_notification_app_info_service_->OnBitmapFetchesDone(
chrome_notifier_service.cc 73 synced_notification_app_info_service_ =
77 DCHECK(synced_notification_app_info_service_ != NULL);
79 synced_notification_app_info_service_->set_chrome_notifier_service(this);
83 if (synced_notification_app_info_service_)
84 synced_notification_app_info_service_->set_chrome_notifier_service(NULL);
373 if (synced_notification_app_info_service_ == NULL)
377 synced_notification_app_info_service_->GetAllSendingServiceSettingsData();
504 DCHECK(synced_notification_app_info_service_ != NULL);
506 return synced_notification_app_info_service_->FindSendingServiceNameFromAppId(
518 if (synced_notification_app_info_service_)
    [all...]
synced_notification_app_info.h 123 SyncedNotificationAppInfoService* synced_notification_app_info_service_; member in class:notifier::SyncedNotificationAppInfo
chrome_notifier_service.h 220 SyncedNotificationAppInfoService* synced_notification_app_info_service_; member in class:notifier::ChromeNotifierService

Completed in 751 milliseconds