Home
last modified time | relevance | path

Searched refs:m_parse_depth (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp24 : m_error(false), m_parse_depth(0), m_max_parse_depth(kMaxParseDepth) { in CXFA_FMParser()
62 return ++m_parse_depth < m_max_parse_depth; in IncrementParseDepthAndCheck()
67 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseTopExpression()
91 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseFunction()
154 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpression()
207 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseVarExpression()
264 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpExpression()
277 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalOrExpression()
312 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalAndExpression()
346 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseEqualityExpression()
[all …]
Dcxfa_fmparser.h62 unsigned long m_parse_depth; variable