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

  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 85 CFX_RectF rect = m_pVertScrollBar->GetWidgetRect();
314 if (m_pVertScrollBar)
315 fPosY = m_pVertScrollBar->GetPos();
332 if (!m_pVertScrollBar)
337 FX_FLOAT fPosY = m_pVertScrollBar->GetPos();
349 m_pVertScrollBar->SetPos(fPosY);
350 m_pVertScrollBar->SetTrackPos(fPosY);
386 if (m_pVertScrollBar)
387 fPosY = m_pVertScrollBar->GetPos();
392 if (m_pVertScrollBar)
    [all...]
cfwl_edit.cpp 148 if (m_pVertScrollBar->GetWidgetRect().Contains(point))
269 if (m_pVertScrollBar)
270 m_pVertScrollBar->SetThemeProvider(pThemeProvider);
827 m_pVertScrollBar &&
828 ((m_pVertScrollBar->GetStates() & FWL_WGTSTATE_Invisible) == 0);
865 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect();
867 m_pVertScrollBar->LockUpdate();
871 m_pVertScrollBar->SetRange(0.0f, fRange);
873 m_pVertScrollBar->SetPos(fPos);
874 m_pVertScrollBar->SetTrackPos(fPos)
    [all...]
cfwl_listbox.h 77 CFWL_ScrollBar* GetVertScrollBar() const { return m_pVertScrollBar.get(); }
124 std::unique_ptr<CFWL_ScrollBar> m_pVertScrollBar;
cfwl_edit.h 172 std::unique_ptr<CFWL_ScrollBar> m_pVertScrollBar;

Completed in 871 milliseconds