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;
154 m_Revision = pEncryptDict->GetInteger(FX_BSTRC("R"));
174 m_Revision = pEncryptDict->GetInteger(FX_BSTRC("R"));
305 if (m_Revision >= 6) {
322 if (m_Revision >= 6) {
376 if (m_Revision >= 5) {
398 if (m_Revision == 2) {
446 if (m_Revision >= 3) {
465 if (m_Revision == 2) {
512 if (m_Revision >= 5)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 645 return m_Revision;
654 int m_Revision;

Completed in 36 milliseconds