Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp99 CFX_List::CFX_List() in CFX_List() function in CFX_List
102 CFX_List::~CFX_List() { in ~CFX_List()
106 void CFX_List::Empty() { in Empty()
113 void CFX_List::SetFontMap(IFX_Edit_FontMap* pFontMap) { in SetFontMap()
117 void CFX_List::SetFontSize(FX_FLOAT fFontSize) { in SetFontSize()
121 void CFX_List::AddItem(const FX_WCHAR* str) { in AddItem()
129 void CFX_List::ReArrange(int32_t nItemIndex) { in ReArrange()
146 IFX_Edit* CFX_List::GetItemEdit(int32_t nIndex) const { in GetItemEdit()
154 int32_t CFX_List::GetCount() const { in GetCount()
158 CPDF_Rect CFX_List::GetPlateRect() const { in GetPlateRect()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h208 class CFX_List : protected CFX_ListContainer, public IFX_List {
210 CFX_List();
211 ~CFX_List() override;
280 class CFX_ListCtrl : public CFX_List {