Searched refs:kMaxPageRecursionDepth (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ | ||
D | cpdf_data_avail.h | 129 static const int kMaxPageRecursionDepth = 1024; variable |
D | cpdf_data_avail.cpp | 1220 if (level >= kMaxPageRecursionDepth) in CheckPageNode() |