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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_module.cpp 24 IFX_List* IFX_List::NewList() {
28 void IFX_List::DelList(IFX_List* pList) {
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 25 class IFX_List;
510 class IFX_List {
512 static IFX_List* NewList();
513 static void DelList(IFX_List* pList);
568 virtual ~IFX_List() {}
fxet_list.h 208 class CFX_List : protected CFX_ListContainer, public IFX_List {
213 // IFX_List:
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 110 IFX_List* m_pList;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 73 m_pList = IFX_List::NewList();
77 IFX_List::DelList(m_pList);

Completed in 775 milliseconds