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

  /external/pdfium/fxjs/xfa/
cjx_list.h 28 CXFA_List* GetXFAList();
cjx_list.cpp 30 CXFA_List* CJX_List::GetXFAList() {
43 GetXFAList()->Append(pNode);
57 GetXFAList()->Insert(pNewNode, pBeforeNode);
70 GetXFAList()->Remove(pNode);
81 if (index < 0 || cast_index >= GetXFAList()->GetLength())
85 GetXFAList()->Item(cast_index),
97 pdfium::base::checked_cast<int32_t>(GetXFAList()->GetLength()));

Completed in 61 milliseconds