OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetStepSize
(Results
1 - 2
of
2
) sorted by null
/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/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) {
Completed in 502 milliseconds