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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 120 /* ------------------------------------ CFX_List --------------------------------- */
122 CFX_List::CFX_List() : m_pFontMap(NULL), m_fFontSize(0.0f), m_bMultiple(FALSE)
126 CFX_List::~CFX_List()
131 void CFX_List::Empty()
139 void CFX_List::SetFontMap(IFX_Edit_FontMap * pFontMap)
144 void CFX_List::SetFontSize(FX_FLOAT fFontSize)
149 void CFX_List::AddItem(FX_LPCWSTR str)
160 void CFX_List::ReArrange(FX_INT32 nItemIndex)
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 215 class CFX_List : protected CFX_ListContainer , public IFX_List
218 CFX_List();
219 virtual ~CFX_List();
298 class CFX_ListCtrl : public CFX_List

Completed in 38 milliseconds