HomeSort by relevance Sort by last modified time
    Searched refs:SetStepSize (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/include/fwl/lightwidget/
scrollbar.h 22 FWL_ERR SetStepSize(FX_FLOAT fStepSize);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
scrollbar.cpp 60 FWL_ERR CFWL_ScrollBar::SetStepSize(FX_FLOAT fStepSize) {
63 return static_cast<IFWL_ScrollBar*>(m_pIface)->SetStepSize(fStepSize);
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_scrollbar.h 59 FWL_ERR SetStepSize(FX_FLOAT fStepSize);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_scrollbarimp.h 36 virtual FWL_ERR SetStepSize(FX_FLOAT fStepSize);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 44 FWL_ERR IFWL_ScrollBar::SetStepSize(FX_FLOAT fStepSize) {
45 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetStepSize(fStepSize);
186 FWL_ERR CFWL_ScrollBarImp::SetStepSize(FX_FLOAT fStepSize) {
fwl_listboximp.cpp 828 m_pVertScrollBar->SetStepSize(m_fItemHeight);
863 m_pHorzScrollBar->SetStepSize(fWidth / 10);
    [all...]
fwl_editimp.cpp     [all...]

Completed in 2948 milliseconds