/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseIterators.java | 434 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator() 475 int nodeType = _nodeType; in next() local 653 public TypedNamespaceIterator(int nodeType) in TypedNamespaceIterator() 754 public TypedRootIterator(int nodeType) in TypedRootIterator() 770 int nodeType = _nodeType; in next() local 938 int nodeType = _nodeType; in next() local 1031 public TypedAttributeIterator(int nodeType) in TypedAttributeIterator() 1199 int nodeType = _nodeType; in next() local 1428 int nodeType = _nodeType; in next() local 1771 int nodeType = _nodeType; in setStartNode() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM2.java | 230 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator() 272 final int nodeType = _nodeType; in next() local 316 final int nodeType = _nodeType; in getNodeByPosition() local 359 public TypedRootIterator(int nodeType) in TypedRootIterator() 478 final int nodeType = _nodeType; in next() local 562 public TypedAttributeIterator(int nodeType) in TypedAttributeIterator() 729 final int nodeType = _nodeType; in next() local 764 final int nodeType = _nodeType; in getLast() local 984 final int nodeType = _nodeType; in next() local 1172 final int nodeType = _nodeType; in next() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | ClonerToResultTree.java | 132 public static void cloneToResultTree(int node, int nodeType, DTM dtm, in cloneToResultTree()
|
/external/webkit/Source/WebCore/dom/ |
D | EntityReference.cpp | 44 Node::NodeType EntityReference::nodeType() const in nodeType() function in WebCore::EntityReference
|
D | Notation.cpp | 41 Node::NodeType Notation::nodeType() const in nodeType() function in WebCore::Notation
|
D | Comment.cpp | 44 Node::NodeType Comment::nodeType() const in nodeType() function in WebCore::Comment
|
D | DocumentType.cpp | 49 Node::NodeType DocumentType::nodeType() const in nodeType() function in WebCore::DocumentType
|
D | CDATASection.cpp | 44 Node::NodeType CDATASection::nodeType() const in nodeType() function in WebCore::CDATASection
|
D | DocumentFragment.cpp | 50 Node::NodeType DocumentFragment::nodeType() const in nodeType() function in WebCore::DocumentFragment
|
D | StyleElement.cpp | 36 Node::NodeType nodeType = node->nodeType(); in isValidStyleChild() local
|
D | Attr.cpp | 80 Node::NodeType Attr::nodeType() const in nodeType() function in WebCore::Attr
|
D | ProcessingInstruction.cpp | 80 Node::NodeType ProcessingInstruction::nodeType() const in nodeType() function in WebCore::ProcessingInstruction
|
D | Text.cpp | 189 Node::NodeType Text::nodeType() const in nodeType() function in WebCore::Text
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | cookie_tree_node.mm | 32 - (CocoaCookieDetailsType)nodeType { method
|
/external/webkit/Source/WebCore/xml/ |
D | XPathNamespace.cpp | 74 Node::NodeType XPathNamespace::nodeType() const in nodeType() function in WebCore::XPathNamespace
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemCopy.java | 99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
|
D | ElemApplyTemplates.java | 273 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
|
D | ElemForEach.java | 374 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | Node.h | 39 const char* nodeType; member
|
D | JSNode.c | 113 JSStringRef nodeType = JSStringCreateWithUTF8CString(node->nodeType); in JSNode_getNodeType() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ACBTree.h | 51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebNode.cpp | 76 WebNode::NodeType WebNode::nodeType() const in nodeType() function in WebKit::WebNode
|
/external/libxml2/ |
D | pattern.c | 92 int nodeType; /* type of node */ member 1542 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep() 1855 int nodeType) { in xmlStreamPushInternal() 2239 int nodeType) in xmlStreamPushNode()
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
D | NodeTest.java | 530 short nodeType = dtm.getNodeType(context); in execute() local
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DetailedHeapshotGridNodes.js | 438 _createNodesProvider: function(snapshot, nodeType, nodeClassName) argument 563 _createNodesProvider: function(baseSnapshot, snapshot, nodeType, nodeClassName) argument
|