Searched refs:fetch_potential_patch_ids (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKitTools/Scripts/webkitpy/ | ||
D | patchcollection.py | 34 def fetch_potential_patch_ids(self): member in PersistentPatchCollectionDelegate |
D | patchcollection_unittest.py | 40 def fetch_potential_patch_ids(self): member in TestPersistentPatchCollectionDelegate |
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ | ||
D | queues_unittest.py | 75 self.assertEquals(queue.fetch_potential_patch_ids(), [103]) |
D | queues.py | 232 def fetch_potential_patch_ids(self): member in AbstractReviewQueue |