Home
last modified time | relevance | path

Searched refs:SetPageSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h54 void SetPageSize(float fPageSize) { m_fPageSize = fPageSize; } in SetPageSize() function
Dcfwl_listbox.cpp516 m_pVertScrollBar->SetPageSize(rtScrollBar.height * 9 / 10); in CalcSize()
548 m_pHorzScrollBar->SetPageSize(fWidth * 9 / 10); in CalcSize()
Dcfwl_edit.cpp677 m_pHorzScrollBar->SetPageSize(rtScroll.width); in UpdateScroll()
707 m_pVertScrollBar->SetPageSize(rtScroll.height); in UpdateScroll()