Home
last modified time | relevance | path

Searched refs:COMMENT_NODE (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
DXPathUtil.cpp47 case Node::COMMENT_NODE: in stringValue()
78 case Node::COMMENT_NODE: in isValidContextNode()
DXMLViewer.js101 processNode.processorsMap[Node.COMMENT_NODE] = processComment;
DXPathStep.cpp162 return node->nodeType() == Node::COMMENT_NODE; in nodeMatchesBasicTest()
/external/webkit/Source/WebCore/dom/
DComment.cpp46 return COMMENT_NODE; in nodeType()
DDocumentFragment.cpp60 case COMMENT_NODE: in childTypeAllowed()
DRange.cpp648 case Node::COMMENT_NODE: in lengthOfContentsInNode()
780 case Node::COMMENT_NODE: in processContentsBetweenOffsets()
1126 case Node::COMMENT_NODE: in checkNodeWOffset()
1168 case Node::COMMENT_NODE: in checkNodeBA()
1188 case Node::COMMENT_NODE: in checkNodeBA()
1309 case Node::COMMENT_NODE: in selectNode()
1328 case Node::COMMENT_NODE: in selectNode()
1373 case Node::COMMENT_NODE: in selectNodeContents()
1423 case Node::COMMENT_NODE: in surroundContents()
DNode.idl45 const unsigned short COMMENT_NODE = 8;
DNode.cpp214 case COMMENT_NODE: { in dumpStatistics()
2100 case Node::COMMENT_NODE: in appendTextContent()
2123 …if (child->nodeType() == Node::COMMENT_NODE || child->nodeType() == Node::PROCESSING_INSTRUCTION_N… in appendTextContent()
2150 case COMMENT_NODE: in setTextContent()
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
Dtest.js39 while (COMMENT.nodeType != Node.COMMENT_NODE)
/external/chromium/chrome/browser/resources/shared/js/
Dparse_html_subset.js69 case Node.COMMENT_NODE:
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java187 case DTM.COMMENT_NODE : in cloneToResultTree()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java135 public static final short COMMENT_NODE = 8; field
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java59 public static final int COMMENT = ((int)DTM.COMMENT_NODE) ;
DDTMDocumentImpl.java1430 case COMMENT_NODE: in getStringValue()
1709 case COMMENT_NODE: in getNodeValue()
2118 int w0 = COMMENT_NODE; in appendComment()
DDTMTreeWalker.java226 case DTM.COMMENT_NODE : in startNode()
DDTMDefaultBase.java681 case DTM.COMMENT_NODE : in dumpDTM()
804 case DTM.COMMENT_NODE : in dumpNode()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8NodeCustom.cpp158 case Node::COMMENT_NODE: in toV8Slow()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java456 case DTM.COMMENT_NODE : in getHead()
524 case DTM.COMMENT_NODE : in getTemplateFast()
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMSerializer.java159 case Node.COMMENT_NODE: in write()
/external/webkit/Source/WebCore/bindings/js/
DJSNodeCustom.cpp280 case Node::COMMENT_NODE: in createWrapperInline()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java313 case Node.COMMENT_NODE : in startNode()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java287 case Node.COMMENT_NODE : in startNode()
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DNodeTest.java381 return DTM.COMMENT_NODE; in getNodeTypeTest()
/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.cpp398 case Node::COMMENT_NODE: in appendStartMarkup()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java2453 int exName = m_expandedNameTable.getExpandedTypeID(DTM.COMMENT_NODE); in comment()
2461 m_previous = addNode(DTM.COMMENT_NODE, exName, in comment()

12