comment           321 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendComment(StringBuilder& result, const String& comment)
comment           325 Source/core/editing/MarkupAccumulator.cpp     result.append(comment);
comment            92 Source/core/html/parser/AtomicHTMLToken.h     const String& comment() const
comment           564 Source/core/html/parser/HTMLConstructionSite.cpp     attachLater(currentNode(), Comment::create(ownerDocumentForCurrentNode(), token->comment()));
comment           571 Source/core/html/parser/HTMLConstructionSite.cpp     attachLater(m_attachmentRoot, Comment::create(*m_document, token->comment()));
comment           578 Source/core/html/parser/HTMLConstructionSite.cpp     attachLater(parent, Comment::create(parent->document(), token->comment()));
comment           413 Source/core/html/parser/HTMLToken.h     const DataVector& comment() const
comment          1169 Source/core/inspector/InspectorStyleSheet.cpp     ScriptRegexp comment("/\\*[^]*?\\*/", TextCaseSensitive, MultilineEnabled);
comment          1179 Source/core/inspector/InspectorStyleSheet.cpp         while ((offset = comment.match(selector, offset, &matchLength)) >= 0)
comment           240 Source/core/xml/parser/XMLDocumentParser.cpp         parser->comment(m_text);
comment          1240 Source/core/xml/parser/XMLDocumentParser.cpp     getParser(closure)->comment(toString(text));
comment          1393 Source/core/xml/parser/XMLDocumentParser.cpp     sax.comment = commentHandler;
comment           136 Source/core/xml/parser/XMLDocumentParser.h         void comment(const String&);
comment            31 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingChecker.java         Comment comment = AstUtil.getJsDocNode(node);
comment            32 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingChecker.java         return comment != null &&
comment            33 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingChecker.java                 Pattern.matches("(?s).*@" + tagName + "\\b.*", getContext().getNodeText(comment));