OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ItemExists
(Results
1 - 4
of
4
) 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
684
def
_ItemExists
(self, id_string):
697
if self.
_ItemExists
(id_string):
[
all
...]