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

  /external/chromium/net/tools/testserver/
chromiumsync.py 417 def _ItemExists(self, id_string):
430 if self._ItemExists(id_string):
    [all...]
chromiumsync_test.py 48 self.assertFalse(self.model._ItemExists(proto.id_string))
51 self.assertTrue(self.model._ItemExists(proto.id_string))
55 self.assertTrue(self.model._ItemExists(proto.id_string))

Completed in 2849 milliseconds