Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp41 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in CPDF_SyntaxParser
368 AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectBodyInternal()
369 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) in GetObjectBodyInternal()
Dcpdf_syntax_parser.h71 static int s_CurrentRecursionDepth; variable
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h163 static int s_CurrentRecursionDepth; variable
Dcpdf_renderstatus.cpp989 int CPDF_RenderStatus::s_CurrentRecursionDepth = 0; member in CPDF_RenderStatus
1104 AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject()
1105 if (++s_CurrentRecursionDepth > kRenderMaxRecursionDepth) { in RenderSingleObject()