HomeSort by relevance Sort by last modified time
    Searched defs:SetPageSize (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/lightwidget/
scrollbar.cpp 50 FWL_ERR CFWL_ScrollBar::SetPageSize(FX_FLOAT fPageSize) {
53 return static_cast<IFWL_ScrollBar*>(m_pIface)->SetPageSize(fPageSize);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 38 FWL_ERR IFWL_ScrollBar::SetPageSize(FX_FLOAT fPageSize) {
39 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetPageSize(fPageSize);
179 FWL_ERR CFWL_ScrollBarImp::SetPageSize(FX_FLOAT fPageSize) {

Completed in 38 milliseconds