Home
last modified time | relevance | path

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

/external/chromium_org/tools/site_compare/
Dcommand_line.py35 def __init__(self, names, helptext, validator=None, impl=None): argument
47 self.helptext = helptext
60 def __init__(self, names, helptext, type, metaname, argument
102 self.helptext = helptext
159 helpstring = textwrap.wrap(self.helptext, width-indent-names_width-gutter)
180 def AddArgument(self, names, helptext, type="string", metaname=None, argument
213 arg = Command.Argument(names, helptext, type, metaname,
520 def AddCommand(self, names, helptext, validator=None, impl=None): argument
541 cmd = Command(names, helptext, validator, impl)
644 out.write(textwrap.fill(cmd.helptext, width,
[all …]
/external/chromium_org/tools/gn/
Dfunctions_target.cc85 static const char helptext[] = in RunComponent() local
89 *err = Err(function->function(), "No component mode set.", helptext); in RunComponent()
96 *err = Err(function->function(), "Invalid component mode set.", helptext); in RunComponent()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXMediaControls.cpp89 String helptext = helpText(); in accessibilityText() local
90 if (!helptext.isEmpty()) in accessibilityText()
91 textOrder.append(AccessibilityText(helptext, HelpText)); in accessibilityText()