Home
last modified time | relevance | path

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

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