HomeSort by relevance Sort by last modified time
    Searched refs:m_pVertScrollBar (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 88 if (m_pVertScrollBar) {
89 m_pVertScrollBar->Finalize();
151 m_pVertScrollBar->GetWidgetRect(rect);
301 bVert ? m_pVertScrollBar.get() : m_pHorzScrollBar.get();
464 if (m_pVertScrollBar) {
465 fPosY = m_pVertScrollBar->GetPos();
520 if (!m_pVertScrollBar)
527 FX_FLOAT fPosY = m_pVertScrollBar->GetPos();
539 m_pVertScrollBar->SetPos(fPosY);
540 m_pVertScrollBar->SetTrackPos(fPosY);
    [all...]
fwl_editimp.cpp 225 if (m_pVertScrollBar) {
226 m_pVertScrollBar->Finalize();
297 m_pVertScrollBar->GetWidgetRect(rect);
511 if (m_pVertScrollBar) {
512 m_pVertScrollBar->SetThemeProvider(pThemeProvider);
    [all...]
fwl_comboboximp.cpp 292 if (m_pOwner->IsShowScrollBar(TRUE) && m_pOwner->m_pVertScrollBar) {
294 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect);
299 m_pOwner->m_pVertScrollBar->SetDelegate(NULL);
347 if (m_pOwner->IsShowScrollBar(TRUE) && m_pOwner->m_pVertScrollBar) {
349 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect);
391 if (m_pOwner->IsShowScrollBar(TRUE) && m_pOwner->m_pVertScrollBar) {
393 m_pOwner->m_pVertScrollBar->GetWidgetRect(rect);
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 90 std::unique_ptr<IFWL_ScrollBar> m_pVertScrollBar;
fwl_editimp.h 167 std::unique_ptr<IFWL_ScrollBar> m_pVertScrollBar;

Completed in 784 milliseconds