Home
last modified time | relevance | path

Searched refs:bAnnotations (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DDocument.cpp57 bAnnotations = true; in IMPLEMENT_JS_CLASS()
418 bool bAnnotations = false; in print() local
435 bAnnotations = pprintparamsObj->bAnnotations; in print()
456 bAnnotations = params[7].ToBool(pRuntime); in print()
461 bPrintAsImage, bReverse, bAnnotations); in print()
DDocument.h32 bool bAnnotations; variable
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h190 FPDF_BOOL bAnnotations);
Dcpdfsdk_formfillenvironment.cpp190 FPDF_BOOL bAnnotations) { in JS_docprint() argument
197 bReverse, bAnnotations); in JS_docprint()
/external/pdfium/public/
Dfpdf_formfill.h233 FPDF_BOOL bAnnotations);