HomeSort by relevance Sort by last modified time
    Searched refs:m_Revision (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 66 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 >= 5) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 671 return m_Revision;
680 int m_Revision;

Completed in 369 milliseconds