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

  /external/pdfium/xfa/fwl/
cfwl_scrollbar.h 51 void SetStepSize(FX_FLOAT fStepSize) { m_fStepSize = fStepSize; }
cfwl_listbox.cpp 528 m_pVertScrollBar->SetStepSize(m_fItemHeight);
560 m_pHorzScrollBar->SetStepSize(fWidth / 10);
cfwl_edit.cpp 849 m_pHorzScrollBar->SetStepSize(rtScroll.width / 10);
876 m_pVertScrollBar->SetStepSize(fStep);
    [all...]

Completed in 89 milliseconds