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

  /external/pdfium/xfa/src/fxfa/src/fm2js/
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_program.h 9 class CXFA_FMProgram {
11 CXFA_FMProgram();
12 ~CXFA_FMProgram();

Completed in 36 milliseconds