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

  /external/webkit/WebKitTools/Scripts/webkitpy/
stepsequence.py 49 steps.Options.parent_command,
74 if options.parent_command:
75 command = tool.command_by_name(options.parent_command)
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
options.py 49 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

Completed in 98 milliseconds