Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h142 FPDF_BOOL bAnnotations);
Dcpdfsdk_formfillenvironment.cpp264 FPDF_BOOL bAnnotations) { in JS_docprint() argument
271 bReverse, bAnnotations); in JS_docprint()
/external/pdfium/testing/resources/javascript/
Dmouse_events.in131 "bReverse": true, "bAnnotations": true, "bogus": "yes"}\);
/external/pdfium/public/
Dfpdf_formfill.h249 FPDF_BOOL bAnnotations);
/external/pdfium/samples/
Dpdfium_test.cc301 FPDF_BOOL bAnnotations) { in ExampleDocPrint() argument
303 bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in ExampleDocPrint()
/external/pdfium/fxjs/
Dcjs_document.cpp435 bool bAnnotations = false; in print() local
437 bAnnotations = pRuntime->ToBoolean(newParams[7]); in print()
448 bPrintAsImage, bReverse, bAnnotations); in print()