Searched refs:GetStepSize (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/include/fwl/lightwidget/
H A Dscrollbar.h21 FX_FLOAT GetStepSize();
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dscrollbar.cpp55 FX_FLOAT CFWL_ScrollBar::GetStepSize() { function in class:CFWL_ScrollBar
58 return static_cast<IFWL_ScrollBar*>(m_pIface)->GetStepSize();
/external/pdfium/xfa/include/fwl/basewidget/
H A Dfwl_scrollbar.h58 FX_FLOAT GetStepSize();
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_scrollbarimp.h35 virtual FX_FLOAT GetStepSize();
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_scrollbarimp.cpp41 FX_FLOAT IFWL_ScrollBar::GetStepSize() { function in class:IFWL_ScrollBar
42 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->GetStepSize();
183 FX_FLOAT CFWL_ScrollBarImp::GetStepSize() { function in class:CFWL_ScrollBarImp
H A Dfwl_listboximp.cpp1185 FX_FLOAT fStep = pScrollBar->GetStepSize();
H A Dfwl_editimp.cpp2151 FX_FLOAT fStep = pScrollBar->GetStepSize();

Completed in 125 milliseconds