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.cpp13 CFX_ListItem::CFX_ListItem() : m_pEdit(NULL), in CFX_ListItem() function in CFX_ListItem
25 CFX_ListItem::~CFX_ListItem() in ~CFX_ListItem()
30 void CFX_ListItem::SetFontMap(IFX_Edit_FontMap * pFontMap) in SetFontMap()
36 IFX_Edit* CFX_ListItem::GetEdit() const in GetEdit()
41 IFX_Edit_Iterator* CFX_ListItem::GetIterator() const in GetIterator()
49 void CFX_ListItem::SetRect(const CLST_Rect & rect) in SetRect()
54 CLST_Rect CFX_ListItem::GetRect() const in GetRect()
59 FX_BOOL CFX_ListItem::IsSelected() const in IsSelected()
64 void CFX_ListItem::SetSelect(FX_BOOL bSelected) in SetSelect()
69 FX_BOOL CFX_ListItem::IsCaret() const in IsCaret()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h152 class CFX_ListItem
155 CFX_ListItem();
156 virtual ~CFX_ListItem();
258 CLST_ArrayTemplate<CFX_ListItem*> m_aListItems;