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

  /external/chromium/net/tools/testserver/
chromiumsync.py 167 sync_type: A value from ALL_TYPES, giving the datatype of this permanent
172 def __init__(self, tag, name, parent_tag, sync_type):
176 self.sync_type = sync_type
242 parent_tag=ROOT_ID, sync_type=TOP_LEVEL),
244 parent_tag='google_chrome', sync_type=BOOKMARK),
246 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
248 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
250 parent_tag='google_chrome', sync_type=PREFERENCE),
252 parent_tag='google_chrome', sync_type=AUTOFILL)
    [all...]
chromiumsync_test.py 39 unique_datatypes = set([x.sync_type for x in specs])
116 def ExpectedPermanentItemCount(self, sync_type):
117 if sync_type == chromiumsync.BOOKMARK:
119 elif sync_type == chromiumsync.TOP_LEVEL:
126 for sync_type in all_types:
128 request_types = [sync_type]
133 expected_count = self.ExpectedPermanentItemCount(sync_type)
163 for sync_type in chromiumsync.ALL_TYPES[1:]:
164 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
166 request_types = [sync_type]
    [all...]
  /external/chromium_org/sync/tools/testserver/
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...]
chromiumsync_test.py 53 unique_datatypes = set([x.sync_type for x in specs])
78 def ExpectedPermanentItemCount(self, sync_type):
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/extensions/api/storage/
settings_backend.h 43 syncer::ModelType sync_type,
settings_backend.cc 22 syncer::ModelType sync_type,
30 sync_type_(sync_type),
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_metadata_store.cc 291 // For example, when |origin| is "http://www.example.com" and |sync_type| is
294 OriginSyncType sync_type) {
296 switch (sync_type) {
531 OriginSyncType sync_type; local
535 sync_type = INCREMENTAL_SYNC_ORIGIN;
538 sync_type = DISABLED_ORIGIN;
543 std::string key = CreateKeyForOriginRoot(origin, sync_type);
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 345 syncer::ModelType sync_type = it->first; local
348 registered_types.Has(sync_type));
349 args.SetBoolean(key_name + "Synced", preferred_types.Has(sync_type));
    [all...]

Completed in 108 milliseconds