Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcscript_logpseudomodel.cpp12 CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* doc) in CScript_LogPseudoModel() function in CScript_LogPseudoModel
20 CScript_LogPseudoModel::~CScript_LogPseudoModel() = default;
H A Dcscript_logpseudomodel.h14 class CScript_LogPseudoModel final : public CXFA_Object {
16 explicit CScript_LogPseudoModel(CXFA_Document* pDocument);
17 ~CScript_LogPseudoModel() override;
H A Dcxfa_document.h37 class CScript_LogPseudoModel; variable
176 cppgc::Member<CScript_LogPseudoModel> m_pScriptLog;
H A Dcxfa_document.cpp1384 m_pScriptLog = cppgc::MakeGarbageCollected<CScript_LogPseudoModel>( in GetXFAObject()
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_logpseudomodel.h13 class CScript_LogPseudoModel; variable
32 explicit CJX_LogPseudoModel(CScript_LogPseudoModel* model);
H A Dcjx_logpseudomodel.cpp21 CJX_LogPseudoModel::CJX_LogPseudoModel(CScript_LogPseudoModel* model) in CJX_LogPseudoModel()