Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp51 m_pSrollBarTP(pdfium::MakeUnique<CFWL_ScrollBarTP>()), in CXFA_FWLTheme()
264 return m_pSrollBarTP.get(); in GetTheme()
Dcxfa_fwltheme.h52 std::unique_ptr<CFWL_ScrollBarTP> m_pSrollBarTP; variable