Searched refs:TOKdot (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmlexer.cpp | 48 {TOKdot, 0x0000002e, L"."}, 324 m_token->m_type = TOKdot; in NextToken() 347 m_token->m_type = TOKdot; in NextToken()
|
D | cxfa_fmlexer.h | 23 TOKdot, enumerator
|
D | cxfa_fmparser.cpp | 625 line, nullptr, TOKdot, wsIdentifier, std::move(s)); in ParsePrimaryExpression() 714 case TOKdot: { in ParsePostExpression() 776 tempLine, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression() 782 line, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
|
D | cxfa_fmlexer_unittest.cpp | 155 {L".", TOKdot}, in TEST()
|
D | cxfa_fmexpression.cpp | 228 m_pExpression->GetOperatorToken() == TOKdot) { in ToImpliedReturnJS()
|
D | cxfa_fmsimpleexpression.cpp | 857 TOKdot, in CXFA_FMMethodCallExpression()
|