Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_expression.cpp33 CXFA_FMFunctionDefinition::CXFA_FMFunctionDefinition( in CXFA_FMFunctionDefinition() function in CXFA_FMFunctionDefinition
45 CXFA_FMFunctionDefinition::~CXFA_FMFunctionDefinition() {} in ~CXFA_FMFunctionDefinition()
47 void CXFA_FMFunctionDefinition::ToJavaScript(CFX_WideTextBuf& javascript) { in ToJavaScript()
101 void CXFA_FMFunctionDefinition::ToImpliedReturnJS(CFX_WideTextBuf&) {} in ToImpliedReturnJS()
Dxfa_expression.h41 class CXFA_FMFunctionDefinition : public CXFA_FMExpression {
44 CXFA_FMFunctionDefinition(
50 ~CXFA_FMFunctionDefinition() override;
Dxfa_program.h28 std::unique_ptr<CXFA_FMFunctionDefinition> m_globalFunction;
Dxfa_program.cpp30 m_globalFunction = pdfium::MakeUnique<CXFA_FMFunctionDefinition>( in ParseProgram()
Dxfa_fmparse.cpp131 return pdfium::MakeUnique<CXFA_FMFunctionDefinition>( in ParseFunction()