Home
last modified time | relevance | path

Searched refs:m_pVScrollBar (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp189 : m_pVScrollBar(nullptr), in CPWL_Wnd()
272 m_pVScrollBar = nullptr; in Destroy()
598 return m_pVScrollBar; in GetVScrollBar()
608 if (!m_pVScrollBar && HasFlag(PWS_VSCROLL)) { in CreateVScrollBar()
620 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()
621 m_pVScrollBar->Create(scp); in CreateVScrollBar()
DPWL_Wnd.h401 CPWL_ScrollBar* m_pVScrollBar; variable