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

  /external/pdfium/xfa/fxfa/fm2js/
xfa_program.cpp 14 CXFA_FMProgram::CXFA_FMProgram(const CFX_WideStringC& wsFormcalc)
17 CXFA_FMProgram::~CXFA_FMProgram() {}
19 int32_t CXFA_FMProgram::ParseProgram() {
35 int32_t CXFA_FMProgram::TranslateProgram(CFX_WideTextBuf& wsJavaScript) {
xfa_program.h 15 class CXFA_FMProgram {
17 explicit CXFA_FMProgram(const CFX_WideStringC& wsFormcalc);
18 ~CXFA_FMProgram();

Completed in 48 milliseconds