Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dcommitqueuetask.py38 def command_passed(self, message, patch): member in CommitQueueTaskDelegate
85 self._delegate.command_passed(success_message, patch=self._patch)
Dcommitqueuetask_unittest.py54 def command_passed(self, success_message, patch): member in MockCommitQueue
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues.py307 def command_passed(self, message, patch): member in CommitQueue