Searched refs:CFX_List (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp120 /* ------------------------------------ CFX_List --------------------------------- */
122 CFX_List::CFX_List() : m_fFontSize(0.0f), m_pFontMap(NULL), m_bMultiple(FALSE) function in class:CFX_List
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
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h216 class CFX_List : protected CFX_ListContainer , public IFX_List class in inherits:CFX_ListContainer,IFX_List
219 CFX_List();
220 virtual ~CFX_List();
299 class CFX_ListCtrl : public CFX_List

Completed in 469 milliseconds