Searched refs:rgItemMatchList (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 821 CFX_ArrayTemplate<RecurseRecord> rgItemMatchList; in CopyContainer_SubformSet() local 840 rgItemMatchList.InsertAt(0, sNewRecord); in CopyContainer_SubformSet() 842 rgItemMatchList.Add(sNewRecord); in CopyContainer_SubformSet() 854 ASSERT(rgItemMatchList.GetSize()); in CopyContainer_SubformSet() 855 SortRecurseRecord(rgItemMatchList, pDataScope, true); in CopyContainer_SubformSet() 857 rgItemMatchList[0].pTemplateChild, pSubformSetNode, pDataScope, in CopyContainer_SubformSet() 862 if (rgItemMatchList.GetSize()) { in CopyContainer_SubformSet() 863 SortRecurseRecord(rgItemMatchList, pDataScope, false); in CopyContainer_SubformSet() 864 for (int32_t i = 0, count = rgItemMatchList.GetSize(); i < count; in CopyContainer_SubformSet() 867 rgItemMatchList[i].pTemplateChild, pSubformSetNode, in CopyContainer_SubformSet()
|