Home
last modified time | relevance | path

Searched refs:_next_patch (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues_unittest.py152 self.assertEquals(queue._next_patch(), None)
156 …patch_id = OutputCapture().assert_outputs(self, queue._next_patch, [], expected_stdout=expected_st…
158 self.assertEquals(queue._next_patch().id(), 197)
Dqueues.py207 def _next_patch(self): member in AbstractPatchQueue
256 return self._next_patch()
405 return self._next_patch()
/external/webkit/Tools/
DChangeLog-2010-05-2426946 … - Add a _next_patch() method which calls exec() (and could eventually call update-webkit too).