Home
last modified time | relevance | path

Searched refs:NodeType (Results 1 – 25 of 46) sorted by relevance

12

/external/icu4c/common/
Drbbinode.h27 enum NodeType { enum
54 NodeType fType;
87 RBBINode(NodeType t);
94 void findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status);
Drbbinode.cpp46 RBBINode::RBBINode(NodeType t) : UMemory() { in RBBINode()
249 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) { in findNodes()
Drbbiscan.h90 RBBINode *pushNewNode(RBBINode::NodeType t);
/external/webkit/WebCore/dom/
DDocumentFragment.h38 virtual NodeType nodeType() const;
40 virtual bool childTypeAllowed(NodeType);
DComment.h40 virtual NodeType nodeType() const;
45 virtual bool childTypeAllowed(NodeType);
DCDATASection.h38 virtual NodeType nodeType() const;
40 virtual bool childTypeAllowed(NodeType);
DComment.cpp50 Node::NodeType Comment::nodeType() const in nodeType()
61 bool Comment::childTypeAllowed(NodeType) in childTypeAllowed() argument
DNotation.cpp44 Node::NodeType Notation::nodeType() const in nodeType()
56 bool Notation::childTypeAllowed(NodeType) in childTypeAllowed() argument
DCDATASection.cpp43 Node::NodeType CDATASection::nodeType() const in nodeType()
54 bool CDATASection::childTypeAllowed(NodeType) in childTypeAllowed() argument
DDocumentFragment.cpp40 Node::NodeType DocumentFragment::nodeType() const in nodeType()
46 bool DocumentFragment::childTypeAllowed(NodeType type) in childTypeAllowed()
DNotation.h42 virtual NodeType nodeType() const;
44 virtual bool childTypeAllowed(NodeType);
DText.h49 virtual NodeType nodeType() const;
58 virtual bool childTypeAllowed(NodeType);
DAttr.h59 virtual NodeType nodeType() const;
71 virtual bool childTypeAllowed(NodeType);
DProcessingInstruction.h48 virtual NodeType nodeType() const;
52 virtual bool childTypeAllowed(NodeType);
DText.cpp93 Node::NodeType type = n->nodeType(); in earliestLogicallyAdjacentTextNode()
110 Node::NodeType type = n->nodeType(); in latestLogicallyAdjacentTextNode()
195 Node::NodeType Text::nodeType() const in nodeType()
300 bool Text::childTypeAllowed(NodeType) in childTypeAllowed() argument
DAttr.cpp69 Node::NodeType Attr::nodeType() const in nodeType()
129 bool Attr::childTypeAllowed(NodeType type) in childTypeAllowed()
DStyleElement.cpp66 Node::NodeType nodeType = c->nodeType(); in process()
75 Node::NodeType nodeType = c->nodeType(); in process()
DProcessingInstruction.cpp80 Node::NodeType ProcessingInstruction::nodeType() const in nodeType()
103 bool ProcessingInstruction::childTypeAllowed(NodeType) in childTypeAllowed() argument
DEntityReference.cpp37 Node::NodeType EntityReference::nodeType() const in nodeType()
DEntityReference.h34 virtual NodeType nodeType() const;
DDocumentType.cpp50 Node::NodeType DocumentType::nodeType() const in nodeType()
DDocumentType.h53 virtual NodeType nodeType() const;
DElement.h117 virtual NodeType nodeType() const;
156 virtual bool childTypeAllowed(NodeType);
/external/webkit/WebCore/xml/
DXPathNamespace.cpp78 Node::NodeType XPathNamespace::nodeType() const in nodeType()
DXPathNamespace.h53 virtual Node::NodeType nodeType() const;

12