Home
last modified time | relevance | path

Searched refs:CFX_ListCtrl (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp191 CFX_ListCtrl::CFX_ListCtrl() in CFX_ListCtrl() function in CFX_ListCtrl
202 CFX_ListCtrl::~CFX_ListCtrl() { in ~CFX_ListCtrl()
206 void CFX_ListCtrl::SetNotify(CPWL_List_Notify* pNotify) { in SetNotify()
210 CFX_PointF CFX_ListCtrl::InToOut(const CFX_PointF& point) const { in InToOut()
216 CFX_PointF CFX_ListCtrl::OutToIn(const CFX_PointF& point) const { in OutToIn()
222 CFX_FloatRect CFX_ListCtrl::InToOut(const CFX_FloatRect& rect) const { in InToOut()
229 CFX_FloatRect CFX_ListCtrl::OutToIn(const CFX_FloatRect& rect) const { in OutToIn()
236 void CFX_ListCtrl::OnMouseDown(const CFX_PointF& point, in OnMouseDown()
275 void CFX_ListCtrl::OnMouseMove(const CFX_PointF& point, in OnMouseMove()
303 void CFX_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK()
[all …]
Dfxet_list.h218 class CFX_ListCtrl : protected CFX_ListContainer {
220 CFX_ListCtrl();
221 ~CFX_ListCtrl() override;
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.h15 class CFX_ListCtrl; variable
107 std::unique_ptr<CFX_ListCtrl> m_pList;
DPWL_ListBox.cpp66 : m_pList(new CFX_ListCtrl), in CPWL_ListBox()