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

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 364 syncer::ModelType sync_type = it->first; local
366 args.SetBoolean(key_name + "Registered", registered_types.Has(sync_type));
367 args.SetBoolean(key_name + "Synced", preferred_types.Has(sync_type));
368 args.SetBoolean(key_name + "Enforced", enforced_types.Has(sync_type));
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 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)
522 sync_type=HISTORY_DELETE_DIRECTIVE), variable in class:SyncDataModel
526 sync_type=FAVICON_IMAGES), variable in class:SyncDataModel
530 sync_type=FAVICON_TRACKING), variable in class:SyncDataModel
    [all...]

Completed in 68 milliseconds