Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h49 void SetPageSize(float fPageSize) { m_fPageSize = fPageSize; } in SetPageSize() function
Dcfwl_listbox.cpp523 m_pVertScrollBar->SetPageSize(rtScrollBar.height * 9 / 10); in CalcSize()
555 m_pHorzScrollBar->SetPageSize(fWidth * 9 / 10); in CalcSize()
Dcfwl_edit.cpp775 m_pHorzScrollBar->SetPageSize(rtScroll.width); in UpdateScroll()
803 m_pVertScrollBar->SetPageSize(rtScroll.height); in UpdateScroll()