Home
last modified time | relevance | path

Searched refs:IFX_List (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_module.cpp24 IFX_List* IFX_List::NewList() { in NewList()
28 void IFX_List::DelList(IFX_List* pList) { in DelList()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h25 class IFX_List; variable
510 class IFX_List {
512 static IFX_List* NewList();
513 static void DelList(IFX_List* pList);
568 virtual ~IFX_List() {} in ~IFX_List()
Dfxet_list.h208 class CFX_List : protected CFX_ListContainer, public IFX_List {
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h110 IFX_List* m_pList;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp73 m_pList = IFX_List::NewList(); in CPWL_ListBox()
77 IFX_List::DelList(m_pList); in ~CPWL_ListBox()