Home
last modified time | relevance | path

Searched refs:sync_type (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sync/tools/testserver/
Dchromiumsync.py346 def __init__(self, tag, name, parent_tag, sync_type, create_by_default=True): argument
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,
[all …]
Dchromiumsync_test.py53 unique_datatypes = set([x.sync_type for x in specs])
78 def ExpectedPermanentItemCount(self, sync_type): argument
79 if sync_type == chromiumsync.BOOKMARK:
89 for sync_type in all_types:
91 request_types = [sync_type]
96 expected_count = self.ExpectedPermanentItemCount(sync_type)
130 for sync_type in chromiumsync.ALL_TYPES[1:]:
131 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
133 request_types = [sync_type]
140 last_bit = self.ExpectedPermanentItemCount(sync_type)
[all …]
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.cc364 syncer::ModelType sync_type = it->first; in DisplayConfigureSync() local
366 args.SetBoolean(key_name + "Registered", registered_types.Has(sync_type)); in DisplayConfigureSync()
367 args.SetBoolean(key_name + "Synced", preferred_types.Has(sync_type)); in DisplayConfigureSync()
368 args.SetBoolean(key_name + "Enforced", enforced_types.Has(sync_type)); in DisplayConfigureSync()
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsync_storage_backend.h45 syncer::ModelType sync_type,
Dsync_storage_backend.cc38 syncer::ModelType sync_type, in SyncStorageBackend() argument
44 sync_type_(sync_type), in SyncStorageBackend()
Dsyncable_settings_storage.h31 syncer::ModelType sync_type,
Dsyncable_settings_storage.cc24 syncer::ModelType sync_type, in SyncableSettingsStorage() argument
29 sync_type_(sync_type), in SyncableSettingsStorage()