Home
last modified time | relevance | path

Searched refs:CXFA_AttachNodeList (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp12 CXFA_AttachNodeList::CXFA_AttachNodeList(CXFA_Document* pDocument, in CXFA_AttachNodeList() function in CXFA_AttachNodeList
18 size_t CXFA_AttachNodeList::GetLength() { in GetLength()
24 bool CXFA_AttachNodeList::Append(CXFA_Node* pNode) { in Append()
32 bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { in Insert()
40 bool CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove()
44 CXFA_Node* CXFA_AttachNodeList::Item(size_t index) { in Item()
Dcxfa_attachnodelist.h15 class CXFA_AttachNodeList : public CXFA_TreeList {
17 CXFA_AttachNodeList(CXFA_Document* pDocument, CXFA_Node* pAttachNode);
/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp149 CXFA_AttachNodeList* pNodeList = in nodes()
150 new CXFA_AttachNodeList(GetDocument(), ToNode(GetXFAObject())); in nodes()