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

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_arraynodelist.cpp9 CXFA_ArrayNodeList::CXFA_ArrayNodeList(CXFA_Document* pDocument) function in class:CXFA_ArrayNodeList
12 CXFA_ArrayNodeList::~CXFA_ArrayNodeList() {}
14 void CXFA_ArrayNodeList::SetArrayNodeList(const CXFA_NodeArray& srcArray) {
20 int32_t CXFA_ArrayNodeList::GetLength() {
24 bool CXFA_ArrayNodeList::Append(CXFA_Node* pNode) {
29 bool CXFA_ArrayNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) {
44 bool CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) {
55 CXFA_Node* CXFA_ArrayNodeList
[all...]
H A Dxfa_object.h731 class CXFA_ArrayNodeList : public CXFA_NodeList { class in inherits:CXFA_NodeList
733 explicit CXFA_ArrayNodeList(CXFA_Document* pDocument);
734 ~CXFA_ArrayNodeList() override;

Completed in 141 milliseconds