HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_Node (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 12 class CXFA_Node;
61 typedef CFX_ArrayTemplate<CXFA_Node*> CXFA_NodeArray;
65 CXFA_Data(CXFA_Node* pNode) : m_pNode(pNode) {}
66 operator CXFA_Node*() const { return m_pNode; }
67 CXFA_Node* GetNode() { return m_pNode; }
78 CXFA_Node* m_pNode;
82 CXFA_Fill(CXFA_Node* pNode);
109 CXFA_Margin(CXFA_Node* pNode);
121 CXFA_Font(CXFA_Node* pNode);
169 CXFA_Caption(CXFA_Node* pNode);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 14 class CXFA_Node;
94 typedef CFX_StackTemplate<CXFA_Node*> CXFA_NodeStack;
95 typedef CXFA_PtrSetTemplate<CXFA_Node*> CXFA_NodeSet;
115 class CXFA_Node : public CXFA_Object {
131 CXFA_Node* GetModelNode();
244 CXFA_Node* GetProperty(int32_t index,
248 CXFA_Node* GetChild(int32_t index,
251 int32_t InsertChild(int32_t index, CXFA_Node* pNode);
252 FX_BOOL InsertChild(CXFA_Node* pNode, CXFA_Node* pBeforeNode = NULL);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp 33 return ((const CXFA_Node*)this)->GetClassID();
86 CXFA_Node::CXFA_Node(CXFA_Document* pDoc, FX_WORD ePacket, XFA_ELEMENT eElement)
100 CXFA_Node::~CXFA_Node() {
103 CXFA_Node *pNext, *pNode = m_pChild;
114 CXFA_Node* CXFA_Node::Clone(FX_BOOL bRecursive) {
116 CXFA_Node* pClone = pFactory->CreateNode(m_ePacket, m_eNodeClass);
142 for (CXFA_Node* pChild = GetNodeItem(XFA_NODEITEM_FirstChild); pChild;
    [all...]

Completed in 40 milliseconds