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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp183 int CPDF_RenderStatus::s_CurrentRecursionDepth = 0; member in class:CPDF_RenderStatus
295 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth);
296 if (++s_CurrentRecursionDepth > kRenderMaxRecursionDepth) {
H A Drender_int.h163 static int s_CurrentRecursionDepth; member in class:CPDF_RenderStatus
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h301 static int s_CurrentRecursionDepth; member in class:CPDF_SyntaxParser
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1681 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0; member in class:CPDF_SyntaxParser
2058 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth);
2059 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) {
2244 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth);
2245 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth) {

Completed in 135 milliseconds