HomeSort by relevance Sort by last modified time
    Searched refs:m_pScriptLog (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 126 m_pScriptLog.reset();
200 if (!m_pScriptLog)
201 m_pScriptLog = pdfium::MakeUnique<CScript_LogPseudoModel>(this);
202 return m_pScriptLog.get();
cxfa_document.h 117 std::unique_ptr<CScript_LogPseudoModel> m_pScriptLog;

Completed in 538 milliseconds