Home
last modified time | relevance | path

Searched refs:m_fStepSize (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h50 float GetStepSize() const { return m_fStepSize; } in GetStepSize()
51 void SetStepSize(float fStepSize) { m_fStepSize = fStepSize; } in SetStepSize()
116 float m_fStepSize; variable
Dcfwl_scrollbar.cpp40 m_fStepSize(0), in CFWL_ScrollBar()