HomeSort by relevance Sort by last modified time
    Searched refs:s_CurrentRecursionDepth (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.h 65 static int s_CurrentRecursionDepth;
cpdf_syntax_parser.cpp 37 int CPDF_SyntaxParser::s_CurrentRecursionDepth = 0;
373 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth);
374 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth)
494 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth);
495 if (++s_CurrentRecursionDepth > kParserMaxRecursionDepth)
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 157 static int s_CurrentRecursionDepth;
cpdf_renderstatus.cpp 946 int CPDF_RenderStatus::s_CurrentRecursionDepth = 0;
    [all...]

Completed in 380 milliseconds