Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py185 relevant_commands = filter(self._tool.should_show_in_main_help, self._tool.commands)
273 def should_show_in_main_help(self, command): member in MultiCommandTool
Dmain.py71 def should_show_in_main_help(self, command): member in WebKitPatch
/external/webkit/Tools/
DChangeLog-2010-05-2424401 - change should_show_command_help to should_show_in_main_help
24416 … - Change should_show_command_help to should_show_in_main_help and add a default implementation.