Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp10 CFX_ListItem::CFX_ListItem() in CFX_ListItem() function in CFX_ListItem
20 CFX_ListItem::~CFX_ListItem() { in ~CFX_ListItem()
24 void CFX_ListItem::SetFontMap(IFX_Edit_FontMap* pFontMap) { in SetFontMap()
29 IFX_Edit* CFX_ListItem::GetEdit() const { in GetEdit()
33 IFX_Edit_Iterator* CFX_ListItem::GetIterator() const { in GetIterator()
40 void CFX_ListItem::SetRect(const CLST_Rect& rect) { in SetRect()
44 CLST_Rect CFX_ListItem::GetRect() const { in GetRect()
48 FX_BOOL CFX_ListItem::IsSelected() const { in IsSelected()
52 void CFX_ListItem::SetSelect(FX_BOOL bSelected) { in SetSelect()
56 FX_BOOL CFX_ListItem::IsCaret() const { in IsCaret()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h119 class CFX_ListItem {
121 CFX_ListItem();
122 virtual ~CFX_ListItem();
242 CLST_ArrayTemplate<CFX_ListItem*> m_aListItems;