Home | History | Annotate | Download | only in syncable

Lines Matching refs:notification_type

420                                      std::string* notification_type) {
423 *notification_type = kBookmarkNotificationType;
426 *notification_type = kPreferenceNotificationType;
429 *notification_type = kPasswordNotificationType;
432 *notification_type = kAutofillNotificationType;
435 *notification_type = kThemeNotificationType;
438 *notification_type = kTypedUrlNotificationType;
441 *notification_type = kExtensionNotificationType;
444 *notification_type = kNigoriNotificationType;
447 *notification_type = kAppNotificationType;
450 *notification_type = kSessionNotificationType;
453 *notification_type = kAutofillProfileNotificationType;
458 notification_type->clear();
462 bool NotificationTypeToRealModelType(const std::string& notification_type,
464 if (notification_type == kBookmarkNotificationType) {
467 } else if (notification_type == kPreferenceNotificationType) {
470 } else if (notification_type == kPasswordNotificationType) {
473 } else if (notification_type == kAutofillNotificationType) {
476 } else if (notification_type == kThemeNotificationType) {
479 } else if (notification_type == kTypedUrlNotificationType) {
482 } else if (notification_type == kExtensionNotificationType) {
485 } else if (notification_type == kNigoriNotificationType) {
488 } else if (notification_type == kAppNotificationType) {
491 } else if (notification_type == kSessionNotificationType) {
494 } else if (notification_type == kAutofillProfileNotificationType) {