Home
last modified time | relevance | path

Searched refs:OnSetScrollInfoY (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.h48 void OnSetScrollInfoY(float fPlateMin,
Dcpwl_list_ctrl.h27 virtual void OnSetScrollInfoY(float fPlateMin,
Dcpwl_list_box.cpp251 void CPWL_ListBox::OnSetScrollInfoY(float fPlateMin, in OnSetScrollInfoY() function in CPWL_ListBox
Dcpwl_list_ctrl.cpp446 m_pNotify->OnSetScrollInfoY(rcPlate.bottom, rcPlate.top, rcContent.bottom, in SetScrollInfo()