Searched refs:TOKdot (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_lexer.h | 23 TOKdot, enumerator
|
D | xfa_fmparse.cpp | 509 line, nullptr, TOKdot, wsIdentifier, std::move(s)); in ParsePrimaryExpression() 586 case TOKdot: in ParsePostExpression() 643 tempLine, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression() 649 line, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
|
D | xfa_lexer.cpp | 92 {TOKdot, 0x0000002e, L"."}, 377 p->m_type = TOKdot; in Scan()
|
D | xfa_expression.cpp | 184 m_pExpression->GetOperatorToken() == TOKdot) { in ToImpliedReturnJS()
|
D | xfa_simpleexpression.cpp | 738 TOKdot, in CXFA_FMMethodCallExpression()
|