Searched refs:GetXFAList (Results 1 – 2 of 2) sorted by relevance
30 CXFA_List* CJX_List::GetXFAList() { in GetXFAList() function in CJX_List43 GetXFAList()->Append(pNode); in append()57 GetXFAList()->Insert(pNewNode, pBeforeNode); in insert()70 GetXFAList()->Remove(pNode); in remove()81 if (index < 0 || cast_index >= GetXFAList()->GetLength()) in item()85 GetXFAList()->Item(cast_index), in item()97 pdfium::base::checked_cast<int32_t>(GetXFAList()->GetLength())); in length()
28 CXFA_List* GetXFAList();