Home | History | Annotate | Download | only in testserver

Lines Matching refs:sync_type

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)
185 for sync_type in chromiumsync.ALL_TYPES[1:]:
186 specifics = chromiumsync.GetDefaultEntitySpecifics(sync_type)
194 self.GetChangesFromTimestamp([sync_type], 0))
245 self.GetChangesFromTimestamp([sync_type], original_version))
293 self.GetChangesFromTimestamp([sync_type], original_version))