Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp638 static const uint32_t MAX_RECURSION_DEPTH = 2; in ExecuteScript() local
639 if (m_nRecursionDepth > MAX_RECURSION_DEPTH) in ExecuteScript()