Searched refs:TOKdotscream (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_lexer.h | 31 TOKdotscream, enumerator
|
D | xfa_lexer.cpp | 100 {TOKdotscream, 0x0000ec11, L".#"}, 363 p->m_type = TOKdotscream; in Scan()
|
D | xfa_fmparse.cpp | 687 case TOKdotscream: in ParsePostExpression() 699 tempLine, std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression() 705 line, std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression()
|
D | xfa_expression.cpp | 182 m_pExpression->GetOperatorToken() == TOKdotscream || in ToImpliedReturnJS()
|
D | xfa_simpleexpression.cpp | 648 if (m_op == TOKdotscream) { in ToJavaScript()
|