Searched refs:wsIdentifier (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmsimpleexpression.cpp | 146 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()
|
D | cxfa_fmsimpleexpression.h | 71 explicit CXFA_FMIdentifierExpression(WideStringView wsIdentifier); 265 WideStringView wsIdentifier, 297 WideStringView wsIdentifier,
|
D | cxfa_fmparser.cpp | 642 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()
|
D | cxfa_fmexpression.cpp | 407 WideStringView wsIdentifier, in CXFA_FMForeachExpression() argument 411 m_wsIdentifier(wsIdentifier), in CXFA_FMForeachExpression()
|
D | cxfa_fmexpression.h | 174 WideStringView wsIdentifier,
|