Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmsimpleexpression.cpp146 WideStringView wsIdentifier) in CXFA_FMIdentifierExpression() argument
147 : CXFA_FMSimpleExpression(TOKidentifier), m_wsIdentifier(wsIdentifier) {} in CXFA_FMIdentifierExpression()
531 WideStringView wsIdentifier, in CXFA_FMDotAccessorExpression() argument
534 m_wsIdentifier(wsIdentifier), in CXFA_FMDotAccessorExpression()
628 WideStringView wsIdentifier, in CXFA_FMDotDotAccessorExpression() argument
631 m_wsIdentifier(wsIdentifier), in CXFA_FMDotDotAccessorExpression()
Dcxfa_fmsimpleexpression.h71 explicit CXFA_FMIdentifierExpression(WideStringView wsIdentifier);
265 WideStringView wsIdentifier,
297 WideStringView wsIdentifier,
Dcxfa_fmparser.cpp642 WideStringView wsIdentifier(m_token.m_string); in ParsePrimaryExpression() local
651 nullptr, TOKdot, wsIdentifier, std::move(s)); in ParsePrimaryExpression()
657 expr = pdfium::MakeUnique<CXFA_FMIdentifierExpression>(wsIdentifier); in ParsePrimaryExpression()
1086 WideStringView wsIdentifier = m_token.m_string; in ParseForeachExpression() local
1113 wsIdentifier, std::move(pArgumentList), in ParseForeachExpression()
Dcxfa_fmexpression.cpp407 WideStringView wsIdentifier, in CXFA_FMForeachExpression() argument
411 m_wsIdentifier(wsIdentifier), in CXFA_FMForeachExpression()
Dcxfa_fmexpression.h174 WideStringView wsIdentifier,