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

12

/external/webkit/Source/WebCore/dom/
H A DComment.cpp46 return COMMENT_NODE;
H A DDocumentFragment.cpp60 case COMMENT_NODE:
H A DRange.cpp648 case Node::COMMENT_NODE:
780 case Node::COMMENT_NODE:
1126 case Node::COMMENT_NODE:
1168 case Node::COMMENT_NODE:
1188 case Node::COMMENT_NODE:
1309 case Node::COMMENT_NODE:
1328 case Node::COMMENT_NODE:
1373 case Node::COMMENT_NODE:
1423 case Node::COMMENT_NODE:
H A DNode.idl45 const unsigned short COMMENT_NODE = 8;
H A DNode.cpp214 case COMMENT_NODE: {
2100 case Node::COMMENT_NODE:
2123 if (child->nodeType() == Node::COMMENT_NODE || child->nodeType() == Node::PROCESSING_INSTRUCTION_NODE)
2150 case COMMENT_NODE:
/external/webkit/Source/WebCore/xml/
H A DXPathUtil.cpp47 case Node::COMMENT_NODE:
78 case Node::COMMENT_NODE:
H A DXMLViewer.js101 processNode.processorsMap[Node.COMMENT_NODE] = processComment;
H A DXPathStep.cpp162 return node->nodeType() == Node::COMMENT_NODE;
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
H A Dtest.js39 while (COMMENT.nodeType != Node.COMMENT_NODE)
/external/chromium/chrome/browser/resources/shared/js/
H A Dparse_html_subset.js69 case Node.COMMENT_NODE:
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DClonerToResultTree.java94 // case DTM.COMMENT_NODE :
187 case DTM.COMMENT_NODE :
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java135 public static final short COMMENT_NODE = 8; field in interface:DTM
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java226 case DTM.COMMENT_NODE :
H A DExpandedNameTable.java59 public static final int COMMENT = ((int)DTM.COMMENT_NODE) ;
H A DDTMDocumentImpl.java963 // int w0 = COMMENT_NODE;
1430 case COMMENT_NODE:
1709 case COMMENT_NODE:
2118 int w0 = COMMENT_NODE;
H A DDTMDefaultBase.java681 case DTM.COMMENT_NODE :
682 typestring = "COMMENT_NODE";
804 case DTM.COMMENT_NODE :
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java159 case Node.COMMENT_NODE:
/external/webkit/Source/WebCore/bindings/js/
H A DJSNodeCustom.cpp280 case Node::COMMENT_NODE:
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8NodeCustom.cpp158 case Node::COMMENT_NODE:
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java456 case DTM.COMMENT_NODE :
524 case DTM.COMMENT_NODE :
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java287 case Node.COMMENT_NODE :
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java313 case Node.COMMENT_NODE :
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java381 return DTM.COMMENT_NODE;
/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp398 case Node::COMMENT_NODE:
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java2453 int exName = m_expandedNameTable.getExpandedTypeID(DTM.COMMENT_NODE);
2461 m_previous = addNode(DTM.COMMENT_NODE, exName,

Completed in 504 milliseconds

12