Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp76 CFX_RectF rect = m_pVertScrollBar->GetWidgetRect(); in HitTest()
304 if (m_pVertScrollBar) in GetItemAtPoint()
305 fPosY = m_pVertScrollBar->GetPos(); in GetItemAtPoint()
322 if (!m_pVertScrollBar) in ScrollToVisible()
327 float fPosY = m_pVertScrollBar->GetPos(); in ScrollToVisible()
339 m_pVertScrollBar->SetPos(fPosY); in ScrollToVisible()
340 m_pVertScrollBar->SetTrackPos(fPosY); in ScrollToVisible()
376 if (m_pVertScrollBar) in DrawItems()
377 fPosY = m_pVertScrollBar->GetPos(); in DrawItems()
382 if (m_pVertScrollBar) in DrawItems()
[all …]
Dcfwl_edit.cpp124 if (m_pVertScrollBar->GetWidgetRect().Contains(point)) in HitTest()
158 if (m_pVertScrollBar) in SetThemeProvider()
159 m_pVertScrollBar->SetThemeProvider(pThemeProvider); in SetThemeProvider()
660 bool bShowVert = m_pVertScrollBar && m_pVertScrollBar->IsVisible(); in UpdateScroll()
695 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect(); in UpdateScroll()
703 m_pVertScrollBar->SetRange(0.0f, fRange); in UpdateScroll()
705 m_pVertScrollBar->SetPos(fPos); in UpdateScroll()
706 m_pVertScrollBar->SetTrackPos(fPos); in UpdateScroll()
707 m_pVertScrollBar->SetPageSize(rtScroll.height); in UpdateScroll()
708 m_pVertScrollBar->SetStepSize(fStep); in UpdateScroll()
[all …]
Dcfwl_listbox.h77 CFWL_ScrollBar* GetVertScrollBar() const { return m_pVertScrollBar.get(); } in GetVertScrollBar()
124 std::unique_ptr<CFWL_ScrollBar> m_pVertScrollBar; variable
Dcfwl_edit.h166 std::unique_ptr<CFWL_ScrollBar> m_pVertScrollBar; variable