HomeSort by relevance Sort by last modified time
    Searched refs:CXFA_ArrayNodeList (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_arraynodelist.cpp 9 CXFA_ArrayNodeList::CXFA_ArrayNodeList(CXFA_Document* pDocument)
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::Item(int32_t iIndex)
    [all...]
cscript_layoutpseudomodel.cpp 373 CXFA_ArrayNodeList* pArrayNodeList = new CXFA_ArrayNodeList(m_pDocument);
xfa_object.h 731 class CXFA_ArrayNodeList : public CXFA_NodeList {
733 explicit CXFA_ArrayNodeList(CXFA_Document* pDocument);
734 ~CXFA_ArrayNodeList() override;
    [all...]
cxfa_node.cpp     [all...]

Completed in 60 milliseconds