Searched defs:CXFA_Node (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_object.h18 class CXFA_Node;
82 CXFA_Node* AsNode();
85 const CXFA_Node* AsNode() const;
128 using CXFA_NodeArray = CFX_ArrayTemplate<CXFA_Node*>;
129 using CXFA_NodeStack = CFX_StackTemplate<CXFA_Node*>;
130 using CXFA_NodeSet = std::unordered_set<CXFA_Node*>;
158 class CXFA_Node : public CXFA_Object { class in inherits:CXFA_Object
190 CXFA_Node* GetModelNode();
294 CXFA_Node* GetProperty(int32_t index,
298 CXFA_Node* GetChil
[all...]
H A Dcxfa_node.cpp53 int32_t GetCount(CXFA_Node* pInstMgrNode) {
57 for (CXFA_Node* pNode = pInstMgrNode->GetNodeItem(XFA_NODEITEM_NextSibling);
94 CXFA_Node* pCommonParent =
96 for (CXFA_Node* pNode = pCommonParent->GetNodeItem(XFA_NODEITEM_FirstChild);
112 std::map<CXFA_Node*, std::unique_ptr<CXFA_NodeSetPairMap>>;
114 CXFA_NodeSetPair* NodeSetPairForNode(CXFA_Node* pNode,
116 CXFA_Node* pParentNode = pNode->GetNodeItem(XFA_NODEITEM_Parent);
135 for (CXFA_Node* pNode : sSet1) {
140 for (CXFA_Node* pNode : sSet2) {
167 CXFA_Node* pParentNod
484 CXFA_Node::CXFA_Node(CXFA_Document* pDoc, function in class:CXFA_Node
[all...]

Completed in 97 milliseconds