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.cpp35 IFX_List* IFX_List::NewList() in NewList()
40 void IFX_List::DelList(IFX_List* pList) in DelList()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h25 class IFX_List; variable
436 class FXET_CLASS IFX_List
439 static IFX_List* NewList();
440 static void DelList(IFX_List* pList);
492 ~IFX_List() { } in ~IFX_List()
Dfxet_list.h216 class CFX_List : protected CFX_ListContainer , public IFX_List
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h93 IFX_List* m_pList;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp86 m_pList = IFX_List::NewList(); in CPWL_ListBox()
93 IFX_List::DelList(m_pList); in ~CPWL_ListBox()