Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_logpseudomodel.cpp15 CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument) in CScript_LogPseudoModel() function in CScript_LogPseudoModel
21 CScript_LogPseudoModel::~CScript_LogPseudoModel() {} in ~CScript_LogPseudoModel()
23 void CScript_LogPseudoModel::Message(CFXJSE_Arguments* pArguments) {} in Message()
25 void CScript_LogPseudoModel::TraceEnabled(CFXJSE_Arguments* pArguments) {} in TraceEnabled()
27 void CScript_LogPseudoModel::TraceActivate(CFXJSE_Arguments* pArguments) {} in TraceActivate()
29 void CScript_LogPseudoModel::TraceDeactivate(CFXJSE_Arguments* pArguments) {} in TraceDeactivate()
31 void CScript_LogPseudoModel::Trace(CFXJSE_Arguments* pArguments) {} in Trace()
Dcscript_logpseudomodel.h13 class CScript_LogPseudoModel : public CXFA_Object {
15 explicit CScript_LogPseudoModel(CXFA_Document* pDocument);
16 ~CScript_LogPseudoModel() override;
Dcxfa_document.h45 class CScript_LogPseudoModel; variable
118 CScript_LogPseudoModel* m_pScriptLog;
Dcxfa_document.cpp204 m_pScriptLog = new CScript_LogPseudoModel(this); in GetXFAObject()
Dxfa_basic_data_element_script.cpp304 (XFA_METHOD_CALLBACK)&CScript_LogPseudoModel::Message},
306 (XFA_METHOD_CALLBACK)&CScript_LogPseudoModel::TraceDeactivate},
308 (XFA_METHOD_CALLBACK)&CScript_LogPseudoModel::TraceActivate},
310 (XFA_METHOD_CALLBACK)&CScript_LogPseudoModel::TraceEnabled},
311 {0xd1227e6f, L"trace", (XFA_METHOD_CALLBACK)&CScript_LogPseudoModel::Trace},