OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_CurrentRecursionDepth
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp
157
int CPDF_RenderStatus::
s_CurrentRecursionDepth
= 0;
275
CFX_AutoRestorer<int> restorer(&
s_CurrentRecursionDepth
);
276
if (++
s_CurrentRecursionDepth
> kRenderMaxRecursionDepth) {
[
all
...]
render_int.h
248
static int
s_CurrentRecursionDepth
;
/external/pdfium/core/include/fpdfapi/
fpdf_parser.h
300
static int
s_CurrentRecursionDepth
;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp
[
all
...]
Completed in 492 milliseconds