Home | History | Annotate | Download | only in testserver

Lines Matching refs:sync_type

337     sync_type: A value from ALL_TYPES, giving the datatype of this permanent
346 def __init__(self, tag, name, parent_tag, sync_type, create_by_default=True):
350 self.sync_type = sync_type
489 parent_tag=ROOT_ID, sync_type=APPS),
491 parent_tag=ROOT_ID, sync_type=APP_LIST),
493 parent_tag=ROOT_ID, sync_type=APP_NOTIFICATION),
496 parent_tag=ROOT_ID, sync_type=APP_SETTINGS),
498 parent_tag=ROOT_ID, sync_type=BOOKMARK),
500 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
502 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
504 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK,
507 parent_tag=ROOT_ID, sync_type=AUTOFILL),
509 parent_tag=ROOT_ID, sync_type=AUTOFILL_PROFILE),
511 parent_tag=ROOT_ID, sync_type=DEVICE_INFO),
513 parent_tag=ROOT_ID, sync_type=EXPERIMENTS),
516 parent_tag=ROOT_ID, sync_type=EXTENSION_SETTINGS),
518 parent_tag=ROOT_ID, sync_type=EXTENSIONS),
522 sync_type=HISTORY_DELETE_DIRECTIVE),
526 sync_type=FAVICON_IMAGES),
530 sync_type=FAVICON_TRACKING),
533 parent_tag=ROOT_ID, sync_type=MANAGED_USER_SETTING),
536 parent_tag=ROOT_ID, sync_type=MANAGED_USER),
539 parent_tag=ROOT_ID, sync_type=MANAGED_USER_SHARED_SETTING),
541 parent_tag=ROOT_ID, sync_type=NIGORI),
543 parent_tag=ROOT_ID, sync_type=PASSWORD),
545 parent_tag=ROOT_ID, sync_type=PREFERENCE),
548 parent_tag=ROOT_ID, sync_type=PRIORITY_PREFERENCE),
551 parent_tag=ROOT_ID, sync_type=SYNCED_NOTIFICATION),
554 parent_tag=ROOT_ID, sync_type=SYNCED_NOTIFICATION_APP_INFO),
556 parent_tag=ROOT_ID, sync_type=SEARCH_ENGINE),
558 parent_tag=ROOT_ID, sync_type=SESSION),
560 parent_tag=ROOT_ID, sync_type=THEME),
562 parent_tag=ROOT_ID, sync_type=TYPED_URL),
564 parent_tag=ROOT_ID, sync_type=DICTIONARY),
566 parent_tag=ROOT_ID, sync_type=ARTICLE),
625 return self._MakeCurrentId(spec.sync_type, '<server tag>%s' % tag)
720 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(spec.sync_type))
732 if spec.sync_type in requested_types and spec.create_by_default: