Home
last modified time | relevance | path

Searched refs:CScript_LogPseudoModel (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_logpseudomodel.cpp11 CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument) in CScript_LogPseudoModel() function in CScript_LogPseudoModel
18 CScript_LogPseudoModel::~CScript_LogPseudoModel() {} in ~CScript_LogPseudoModel()
Dcscript_logpseudomodel.h13 class CScript_LogPseudoModel : public CXFA_Object {
15 explicit CScript_LogPseudoModel(CXFA_Document* pDocument);
16 ~CScript_LogPseudoModel() override;
Dcxfa_document.h48 class CScript_LogPseudoModel; variable
117 std::unique_ptr<CScript_LogPseudoModel> m_pScriptLog;
Dcxfa_document.cpp201 m_pScriptLog = pdfium::MakeUnique<CScript_LogPseudoModel>(this); in GetXFAObject()
/external/pdfium/fxjs/xfa/
Dcjx_logpseudomodel.h13 class CScript_LogPseudoModel; variable
19 explicit CJX_LogPseudoModel(CScript_LogPseudoModel* model);
Dcjx_logpseudomodel.cpp21 CJX_LogPseudoModel::CJX_LogPseudoModel(CScript_LogPseudoModel* model) in CJX_LogPseudoModel()