Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_scrollbarimp.cpp20 CFWL_ScrollBarImp* pScrollBarImpl = new CFWL_ScrollBarImp(properties, pOuter); in Create()
27 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->IsVertical(); in IsVertical()
30 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->GetRange(fMin, fMax); in GetRange()
33 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetRange(fMin, fMax); in SetRange()
36 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->GetPageSize(); in GetPageSize()
39 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetPageSize(fPageSize); in SetPageSize()
42 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->GetStepSize(); in GetStepSize()
45 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetStepSize(fStepSize); in SetStepSize()
48 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->GetPos(); in GetPos()
51 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetPos(fPos); in SetPos()
[all …]
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_scrollbarimp.h15 class CFWL_ScrollBarImp; variable
17 class CFWL_ScrollBarImp : public CFWL_WidgetImp, public IFWL_Timer {
19 CFWL_ScrollBarImp(const CFWL_WidgetImpProperties& properties,
21 ~CFWL_ScrollBarImp();
103 CFWL_ScrollBarImpDelegate(CFWL_ScrollBarImp* pOwner);
136 CFWL_ScrollBarImp* m_pOwner;
Dfwl_listboximp.h15 class CFWL_ScrollBarImp; variable
Dfwl_editimp.h15 class CFWL_ScrollBarImp; variable