Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp88 if (m_pVertScrollBar) { in Finalize()
89 m_pVertScrollBar->Finalize(); in Finalize()
151 m_pVertScrollBar->GetWidgetRect(rect); in HitTest()
301 bVert ? m_pVertScrollBar.get() : m_pHorzScrollBar.get(); in GetScrollPos()
464 if (m_pVertScrollBar) { in GetItemAtPoint()
465 fPosY = m_pVertScrollBar->GetPos(); in GetItemAtPoint()
520 if (!m_pVertScrollBar) in ScrollToVisible()
527 FX_FLOAT fPosY = m_pVertScrollBar->GetPos(); in ScrollToVisible()
539 m_pVertScrollBar->SetPos(fPosY); in ScrollToVisible()
540 m_pVertScrollBar->SetTrackPos(fPosY); in ScrollToVisible()
[all …]
Dfwl_editimp.cpp225 if (m_pVertScrollBar) { in Finalize()
226 m_pVertScrollBar->Finalize(); in Finalize()
297 m_pVertScrollBar->GetWidgetRect(rect); in HitTest()
511 if (m_pVertScrollBar) { in SetThemeProvider()
512 m_pVertScrollBar->SetThemeProvider(pThemeProvider); in SetThemeProvider()
1406 m_pVertScrollBar && in UpdateScroll()
1407 ((m_pVertScrollBar->GetStates() & FWL_WGTSTATE_Invisible) == 0); in UpdateScroll()
1449 m_pVertScrollBar->GetWidgetRect(rtScroll); in UpdateScroll()
1451 m_pVertScrollBar->LockUpdate(); in UpdateScroll()
1457 m_pVertScrollBar->SetRange(0.0f, fRange); in UpdateScroll()
[all …]
Dfwl_comboboximp.cpp292 if (m_pOwner->IsShowScrollBar(TRUE) && m_pOwner->m_pVertScrollBar) { in OnProcessMessage()
294 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect); in OnProcessMessage()
299 m_pOwner->m_pVertScrollBar->SetDelegate(NULL); in OnProcessMessage()
347 if (m_pOwner->IsShowScrollBar(TRUE) && m_pOwner->m_pVertScrollBar) { in OnDropListMouseMove()
349 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect); in OnDropListMouseMove()
391 if (m_pOwner->IsShowScrollBar(TRUE) && m_pOwner->m_pVertScrollBar) { in OnDropListLButtonUp()
393 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect); in OnDropListLButtonUp()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h90 std::unique_ptr<IFWL_ScrollBar> m_pVertScrollBar; variable
Dfwl_editimp.h167 std::unique_ptr<IFWL_ScrollBar> m_pVertScrollBar; variable