Home
last modified time | relevance | path

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

/external/chromium/net/tools/testserver/
Dchromiumsync.py172 def __init__(self, tag, name, parent_tag, sync_type): argument
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),
254 parent_tag='google_chrome', sync_type=AUTOFILL_PROFILE),
256 parent_tag='google_chrome', sync_type=EXTENSIONS),
[all …]
Dchromiumsync_test.py39 unique_datatypes = set([x.sync_type for x in specs])
116 def ExpectedPermanentItemCount(self, sync_type): argument
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 …]