Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp84 CFX_RectF rect = m_pVertScrollBar->GetWidgetRect(); in HitTest()
311 if (m_pVertScrollBar) in GetItemAtPoint()
312 fPosY = m_pVertScrollBar->GetPos(); in GetItemAtPoint()
329 if (!m_pVertScrollBar) in ScrollToVisible()
334 float fPosY = m_pVertScrollBar->GetPos(); in ScrollToVisible()
346 m_pVertScrollBar->SetPos(fPosY); in ScrollToVisible()
347 m_pVertScrollBar->SetTrackPos(fPosY); in ScrollToVisible()
383 if (m_pVertScrollBar) in DrawItems()
384 fPosY = m_pVertScrollBar->GetPos(); in DrawItems()
389 if (m_pVertScrollBar) in DrawItems()
[all …]
Dcfwl_edit.cpp153 if (m_pVertScrollBar->GetWidgetRect().Contains(point)) in HitTest()
266 if (m_pVertScrollBar) in SetThemeProvider()
267 m_pVertScrollBar->SetThemeProvider(pThemeProvider); in SetThemeProvider()
758 m_pVertScrollBar && in UpdateScroll()
759 ((m_pVertScrollBar->GetStates() & FWL_WGTSTATE_Invisible) == 0); in UpdateScroll()
792 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect(); in UpdateScroll()
794 m_pVertScrollBar->LockUpdate(); in UpdateScroll()
799 m_pVertScrollBar->SetRange(0.0f, fRange); in UpdateScroll()
801 m_pVertScrollBar->SetPos(fPos); in UpdateScroll()
802 m_pVertScrollBar->SetTrackPos(fPos); 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.h171 std::unique_ptr<CFWL_ScrollBar> m_pVertScrollBar; variable