Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_builder.cpp642 constexpr size_t kMaxExecuteRecursion = 1000; in NormalLoader() local
643 if (execute_recursion_depth_ > kMaxExecuteRecursion) in NormalLoader()
Dcxfa_node.cpp376 constexpr uint8_t kMaxExecuteRecursion = 2; variable
2752 if (m_ExecuteRecursionDepth > kMaxExecuteRecursion) in ExecuteBoolScript()