Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTElement.cpp33 static const QualifiedName& nodeTypeToTagName(VTTNodeType nodeType) in nodeTypeToTagName()
67 VTTElement::VTTElement(VTTNodeType nodeType, Document* document) in VTTElement()
74 PassRefPtr<VTTElement> VTTElement::create(VTTNodeType nodeType, Document* document) in create()
DVTTParser.cpp561 VTTNodeType nodeType = tokenToNodeType(m_token); in constructTreeFromToken() local
587 VTTNodeType nodeType = tokenToNodeType(m_token); in constructTreeFromToken() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java434 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/
DSAX2DTM2.java230 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/
DClonerToResultTree.java132 public static void cloneToResultTree(int node, int nodeType, DTM dtm, in cloneToResultTree()
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
Dcookie_tree_node.mm32 - (CocoaCookieDetailsType)nodeType { method
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcookie_tree_node.mm32 - (CocoaCookieDetailsType)nodeType { method
/external/chromium_org/third_party/WebKit/Source/core/dom/
DCDATASection.cpp45 Node::NodeType CDATASection::nodeType() const in nodeType() function in WebCore::CDATASection
DComment.cpp45 Node::NodeType Comment::nodeType() const in nodeType() function in WebCore::Comment
DDocumentType.cpp50 Node::NodeType DocumentType::nodeType() const in nodeType() function in WebCore::DocumentType
DAttr.h77 virtual NodeType nodeType() const OVERRIDE { return ATTRIBUTE_NODE; } in nodeType() function
DDocumentFragment.cpp48 Node::NodeType DocumentFragment::nodeType() const in nodeType() function in WebCore::DocumentFragment
DProcessingInstruction.cpp70 Node::NodeType ProcessingInstruction::nodeType() const in nodeType() function in WebCore::ProcessingInstruction
DText.cpp232 Node::NodeType Text::nodeType() const in nodeType() function in WebCore::Text
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopy.java99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
DElemApplyTemplates.java273 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
DElemForEach.java374 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.h51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebNode.cpp81 WebNode::NodeType WebNode::nodeType() const in nodeType() function in blink::WebNode
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioNode.h91 NodeType nodeType() const { return m_nodeType; } in nodeType() function
/external/chromium_org/third_party/libxml/src/
Dpattern.c92 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/libxml2/
Dpattern.c92 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/
DNodeTest.java530 short nodeType = dtm.getNodeType(context); in execute() local
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp205 KeywordValues nodeType = NodeTypeBadValue; in beginNode() local
286 KeywordValues nodeType = NodeTypeBadValue; in endNode() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1013 short nodeType = node.getNodeType(); in getParentOfNode() local

12