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

  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 63 self.assertFalse(self.model._ItemExists(proto.id_string))
66 self.assertTrue(self.model._ItemExists(proto.id_string))
70 self.assertTrue(self.model._ItemExists(proto.id_string))
578 self.assertFalse(self.model._ItemExists(id_string))
581 self.assertTrue(self.model._ItemExists(id_string))
657 self.assertFalse(self.model._ItemExists(keystore_encryption_id_string))
659 self.assertTrue(self.model._ItemExists(keystore_encryption_id_string))
chromiumsync.py 703 def _ItemExists(self, id_string):
716 if self._ItemExists(id_string):
    [all...]

Completed in 104 milliseconds