Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h18 #define PDF_ENCRYPT_CONTENT 0 macro
42 uint32_t type = PDF_ENCRYPT_CONTENT);
48 uint32_t type = PDF_ENCRYPT_CONTENT);
/external/pdfium/core/fpdfapi/edit/
Dfpdf_edit_create.cpp1936 uint32_t flag = PDF_ENCRYPT_CONTENT; in InitID()