Searched refs:CXFA_ArrayNodeList (Results 1 – 3 of 3) sorted by relevance
381 CXFA_ArrayNodeList* pArrayNodeList = new CXFA_ArrayNodeList(m_pDocument); in Script_LayoutPseudoModel_PageContent()
695 CXFA_ArrayNodeList* pNodeList = new CXFA_ArrayNodeList(m_pDocument); in Script_Som_ResolveNodeList()1231 CXFA_ArrayNodeList* pFormNodes = new CXFA_ArrayNodeList(m_pDocument); in Script_ContainerClass_GetDeltas()3408 CXFA_ArrayNodeList* pFormNodes = new CXFA_ArrayNodeList(m_pDocument); in Script_Form_FormNodes()5386 CXFA_ArrayNodeList::CXFA_ArrayNodeList(CXFA_Document* pDocument) in CXFA_ArrayNodeList() function in CXFA_ArrayNodeList5388 void CXFA_ArrayNodeList::SetArrayNodeList(const CXFA_NodeArray& srcArray) { in SetArrayNodeList()5393 int32_t CXFA_ArrayNodeList::GetLength() { in GetLength()5396 FX_BOOL CXFA_ArrayNodeList::Append(CXFA_Node* pNode) { in Append()5400 FX_BOOL CXFA_ArrayNodeList::Insert(CXFA_Node* pNewNode, in Insert()5415 FX_BOOL CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) { in Remove()5425 CXFA_Node* CXFA_ArrayNodeList::Item(int32_t iIndex) { in Item()
16 class CXFA_ArrayNodeList; variable687 class CXFA_ArrayNodeList : public CXFA_NodeList {689 CXFA_ArrayNodeList(CXFA_Document* pDocument);