Searched refs:m_Revision (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp66 m_Revision = 0;
155 m_Revision = pEncryptDict->GetInteger(FX_BSTRC("R"));
175 m_Revision = pEncryptDict->GetInteger(FX_BSTRC("R"));
306 if (m_Revision >= 6) {
323 if (m_Revision >= 6) {
377 if (m_Revision >= 5) {
399 if (m_Revision == 2) {
446 if (m_Revision >= 3) {
464 if (m_Revision == 2) {
510 if (m_Revision >
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h671 return m_Revision;
680 int m_Revision; member in class:CPDF_StandardSecurityHandler

Completed in 257 milliseconds