Searched refs:parent_command (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py34 parent_command = make_option("--parent-command", action="store", dest="parent_command", default=None, help="(Internal) The command that spawned this instance.") variable in class:Options
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dstepsequence.py55 steps.Options.parent_command,
84 if options.parent_command:
85 command = tool.command_by_name(options.parent_command)

Completed in 168 milliseconds