help              225 ash/system/tray_accessibility.cc   TrayPopupLabelButton* help = new TrayPopupLabelButton(
help              229 ash/system/tray_accessibility.cc   bottom_row->AddChildView(help);
help              230 ash/system/tray_accessibility.cc   help_view_ = help;
help               68 content/browser/accessibility/browser_accessibility_cocoa.h @property(nonatomic, readonly) NSString* help;
help              424 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_accHelp(VARIANT var_id, BSTR* help) {
help              428 content/browser/accessibility/browser_accessibility_win.cc   if (!help)
help              436 content/browser/accessibility/browser_accessibility_win.cc       ui::AX_ATTR_HELP, help);
help             2992 content/browser/accessibility/browser_accessibility_win.cc   std::string help = GetStringAttribute(ui::AX_ATTR_HELP);
help             3002 content/browser/accessibility/browser_accessibility_win.cc       help.empty()) {
help             3003 content/browser/accessibility/browser_accessibility_win.cc     help = description;
help             3014 content/browser/accessibility/browser_accessibility_win.cc   if (!help.empty() && description.empty()) {
help             3015 content/browser/accessibility/browser_accessibility_win.cc     description = help;
help             3016 content/browser/accessibility/browser_accessibility_win.cc     help.clear();
help             3036 content/browser/accessibility/browser_accessibility_win.cc   SetStringAttribute(ui::AX_ATTR_HELP, help);
help              336 third_party/cld/base/commandlineflags.h                  const char* help, const char* filename,
help              368 third_party/cld/base/commandlineflags.h #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
help              374 third_party/cld/base/commandlineflags.h       #name, #type, MAYBE_STRIPPED_HELP(help), __FILE__,        \
help              123 tools/gn/command_help.cc     PrintLongHelp(found_command->second.help);
help              132 tools/gn/command_help.cc     PrintLongHelp(found_function->second.help);
help              142 tools/gn/command_help.cc     PrintLongHelp(found_builtin_var->second.help);
help              152 tools/gn/command_help.cc     PrintLongHelp(found_target_var->second.help);
help               17 tools/gn/commands.cc       help(NULL),
help               25 tools/gn/commands.cc       help(in_help),
help               56 tools/gn/commands.h   const char* help;
help               91 tools/gn/err.cc          const std::string& help)
help               95 tools/gn/err.cc       help_text_(help) {
help              100 tools/gn/err.cc          const std::string& help)
help              104 tools/gn/err.cc       help_text_(help) {
help              110 tools/gn/err.cc          const std::string& help)
help              114 tools/gn/err.cc       help_text_(help) {
help               35 tools/gn/err.h       const std::string& help = std::string());
help               40 tools/gn/err.h       const std::string& help = std::string());
help              552 tools/gn/functions.cc       help(NULL),
help              565 tools/gn/functions.cc       help(in_help),
help              578 tools/gn/functions.cc       help(in_help),
help              591 tools/gn/functions.cc       help(in_help),
help              604 tools/gn/functions.cc       help(in_help),
help              333 tools/gn/functions.h   const char* help;
help               74 tools/gn/parse_tree.cc                                       const std::string& help) const {
help               75 tools/gn/parse_tree.cc   return Err(GetRange(), msg, help);
help              189 tools/gn/parse_tree.cc                                       const std::string& help) const {
help              190 tools/gn/parse_tree.cc   return Err(op_, msg, help);
help              238 tools/gn/parse_tree.cc                                    const std::string& help) const {
help              239 tools/gn/parse_tree.cc   return Err(GetRange(), msg, help);
help              314 tools/gn/parse_tree.cc                                        const std::string& help) const {
help              315 tools/gn/parse_tree.cc   return Err(if_token_, msg, help);
help              349 tools/gn/parse_tree.cc                                           const std::string& help) const {
help              350 tools/gn/parse_tree.cc   return Err(function_, msg, help);
help              389 tools/gn/parse_tree.cc                                         const std::string& help) const {
help              390 tools/gn/parse_tree.cc   return Err(value_, msg, help);
help              435 tools/gn/parse_tree.cc                                   const std::string& help) const {
help              436 tools/gn/parse_tree.cc   return Err(begin_token_, msg, help);
help              490 tools/gn/parse_tree.cc                                      const std::string& help) const {
help              491 tools/gn/parse_tree.cc   return Err(value_, msg, help);
help              522 tools/gn/parse_tree.cc                                      const std::string& help) const {
help              523 tools/gn/parse_tree.cc   return Err(op_, msg, help);
help               54 tools/gn/parse_tree.h       const std::string& help = std::string()) const = 0;
help               99 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              142 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              179 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              218 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              263 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              296 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              320 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              355 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              379 tools/gn/parse_tree.h       const std::string& help = std::string()) const OVERRIDE;
help              172 tools/gn/scope.cc       std::string help = "You set the variable \"" + i->first.as_string() +
help              179 tools/gn/scope.cc                    help);
help              182 tools/gn/scope.cc         *err = Err(i->second.value.origin(), "Assignment had no effect.", help);
help               19 tools/gn/string_utils.cc                          const std::string& help = std::string()) {
help               29 tools/gn/string_utils.cc   return Err(LocationRange(begin_loc, end_loc), msg, help);
help              353 tools/gn/tokenizer.cc   std::string help;
help              356 tools/gn/tokenizer.cc     help = "Semicolons are not needed, delete this one.";
help              359 tools/gn/tokenizer.cc     help = "You got a tab character in here. Tabs are evil. "
help              364 tools/gn/tokenizer.cc     help = "Comments should start with # instead";
help              366 tools/gn/tokenizer.cc     help = "I have no idea what this is.";
help              369 tools/gn/tokenizer.cc   return Err(location, "Invalid token.", help);
help              186 tools/gn/variables.h   const char* help;
help              783 ui/views/accessibility/native_view_accessibility_win.cc     VARIANT var_id, BSTR* help) {
help              784 ui/views/accessibility/native_view_accessibility_win.cc   if (help)
help              785 ui/views/accessibility/native_view_accessibility_win.cc     *help = NULL;
help              128 ui/views/accessibility/native_view_accessibility_win.h   STDMETHODIMP get_accHelp(VARIANT var_id, BSTR* help);