Home
last modified time | relevance | path

Searched refs:PDF_ENCRYPT_CONTENT (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h574 #define PDF_ENCRYPT_CONTENT 0 macro
597 FX_DWORD type = PDF_ENCRYPT_CONTENT);
603 FX_DWORD type = PDF_ENCRYPT_CONTENT);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp2021 FX_DWORD flag = PDF_ENCRYPT_CONTENT; in InitID()