Home
last modified time | relevance | path

Searched refs:TOKendif (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fmparse.cpp56 m_pToken->m_type == TOKendif || m_pToken->m_type == TOKelseif || in ParseTopExpression()
801 case TOKendif: in ParseBlockExpression()
860 case TOKendif: in ParseIfExpression()
861 Check(TOKendif); in ParseIfExpression()
865 Check(TOKendif); in ParseIfExpression()
873 Check(TOKendif); in ParseIfExpression()
Dxfa_lexer.h74 TOKendif, enumerator
Dxfa_lexer.cpp143 {TOKendif, 0xe0e8fee6, L"endif"},
147 const XFA_FM_TOKEN KEYWORD_END = TOKendif;