Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/Scripts/webkitpy/
Dmulticommandtool.py269 def should_execute_command(self, command): member in MultiCommandTool
294 (should_execute, failure_reason) = self.should_execute_command(command)
Dmulticommandtool_unittest.py78 def should_execute_command(self, command): member in TrivialTool
/external/webkit/WebKitTools/Scripts/
Dwebkit-patch101 def should_execute_command(self, command): member in WebKitPatch
/external/webkit/WebKitTools/
DChangeLog9560 … - MultiCommandTool has two abstract methods should_show_command_help and should_execute_command.