Home
last modified time | relevance | path

Searched refs:SetStepSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h51 void SetStepSize(float fStepSize) { m_fStepSize = fStepSize; } in SetStepSize() function
Dcfwl_listbox.cpp524 m_pVertScrollBar->SetStepSize(m_fItemHeight); in CalcSize()
556 m_pHorzScrollBar->SetStepSize(fWidth / 10); in CalcSize()
Dcfwl_edit.cpp776 m_pHorzScrollBar->SetStepSize(rtScroll.width / 10); in UpdateScroll()
804 m_pVertScrollBar->SetStepSize(fStep); in UpdateScroll()