Home
last modified time | relevance | path

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

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