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

  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_program.h 9 class CXFA_FMProgram {
11 CXFA_FMProgram();
12 ~CXFA_FMProgram();
xfa_program.cpp 8 CXFA_FMProgram::CXFA_FMProgram() : m_globalFunction(0) {}
9 CXFA_FMProgram::~CXFA_FMProgram() {
15 int32_t CXFA_FMProgram::Init(const CFX_WideStringC& wsFormcalc) {
18 int32_t CXFA_FMProgram::ParseProgram() {
40 int32_t CXFA_FMProgram::TranslateProgram(CFX_WideTextBuf& wsJavaScript) {
xfa_fm2jsapi.cpp 20 CXFA_FMProgram program;

Completed in 629 milliseconds