chromiumsync.py | 329 sync_type: A value from ALL_TYPES, giving the datatype of this permanent 338 def __init__(self, tag, name, parent_tag, sync_type, create_by_default=True): 342 self.sync_type = sync_type 481 parent_tag=ROOT_ID, sync_type=APPS), 483 parent_tag=ROOT_ID, sync_type=APP_LIST), 485 parent_tag=ROOT_ID, sync_type=APP_NOTIFICATION), 488 parent_tag=ROOT_ID, sync_type=APP_SETTINGS), 490 parent_tag=ROOT_ID, sync_type=BOOKMARK), 492 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK) 514 sync_type=HISTORY_DELETE_DIRECTIVE), variable in class:SyncDataModel 518 sync_type=FAVICON_IMAGES), variable in class:SyncDataModel 522 sync_type=FAVICON_TRACKING), variable in class:SyncDataModel [all...] |