Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp53 m_pComboBoxTP(pdfium::MakeUnique<CFWL_ComboBoxTP>()), in CXFA_FWLTheme()
268 return m_pComboBoxTP.get(); in GetTheme()
Dcxfa_fwltheme.h54 std::unique_ptr<CFWL_ComboBoxTP> m_pComboBoxTP; variable