Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp122 m_pLocalMgr.reset(); in ClearLayoutData()
281 if (!m_pLocalMgr) { in GetLocalMgr()
282 m_pLocalMgr = pdfium::MakeUnique<CXFA_LocaleMgr>( in GetLocalMgr()
286 return m_pLocalMgr.get(); in GetLocalMgr()
Dcxfa_document.h113 std::unique_ptr<CXFA_LocaleMgr> m_pLocalMgr; variable