Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp186 : m_pVScrollBar(NULL), in CPWL_Wnd()
273 m_pVScrollBar = NULL; in Destroy()
625 return m_pVScrollBar; in GetVScrollBar()
635 if (!m_pVScrollBar && HasFlag(PWS_VSCROLL)) { in CreateVScrollBar()
647 m_pVScrollBar = new CPWL_ScrollBar(SBT_VSCROLL); in CreateVScrollBar()
648 m_pVScrollBar->Create(scp); in CreateVScrollBar()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h458 CPWL_ScrollBar* m_pVScrollBar; variable