Home
last modified time | relevance | path

Searched refs:fetch_potential_patch_ids (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
Dpatchcollection.py34 def fetch_potential_patch_ids(self): member in PersistentPatchCollectionDelegate
61 patch_ids = self._delegate.fetch_potential_patch_ids()
Dpatchcollection_unittest.py40 def fetch_potential_patch_ids(self): member in TestPersistentPatchCollectionDelegate
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
Dqueues_unittest.py75 self.assertEquals(queue.fetch_potential_patch_ids(), [103])
Dqueues.py232 def fetch_potential_patch_ids(self): member in AbstractReviewQueue