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

  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmsimpleexpression.cpp 174 CXFA_FMIdentifierExpression::CXFA_FMIdentifierExpression(
180 CXFA_FMIdentifierExpression::~CXFA_FMIdentifierExpression() {}
182 bool CXFA_FMIdentifierExpression::ToJavaScript(CFX_WideTextBuf& javascript) {
cxfa_fmsimpleexpression.h 99 class CXFA_FMIdentifierExpression : public CXFA_FMSimpleExpression {
101 CXFA_FMIdentifierExpression(uint32_t line, WideStringView wsIdentifier);
102 ~CXFA_FMIdentifierExpression() override;

Completed in 514 milliseconds