HomeSort by relevance Sort by last modified time
    Searched refs:run_webkit_patch (Results 1 - 7 of 7) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriff_unittest.py 45 def run_webkit_patch(self, args): member in class:MockSheriffBot
sheriff.py 67 output = self._sheriffbot.run_webkit_patch([
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem.py 48 self.run_webkit_patch([
75 self.run_webkit_patch(args)
sheriffbot.py 47 self.run_webkit_patch(["update", "--force-clean", "--quiet"])
earlywarningsystem_unittest.py 54 queue.run_webkit_patch = mock_run_webkit_patch
queues.py 81 def run_webkit_patch(self, args): member in class:AbstractQueue
305 self.run_webkit_patch(command)
445 self.run_webkit_patch(["check-style", "--force-clean", "--non-interactive", "--parent-command=style-queue", patch.id()])
queues_unittest.py 71 queue.run_webkit_patch(run_args)
251 queue.run_webkit_patch = mock_run_webkit_patch

Completed in 214 milliseconds