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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 366 if ((buf[8] == 'T' && !IsMetadataEncrypted()) || (buf[8] == 'F' && IsMetadataEncrypted())) {
490 FX_BOOL CPDF_StandardSecurityHandler::IsMetadataEncrypted()
    [all...]
fpdf_parser_parser.cpp 230 if (m_pSecurityHandler && !m_pSecurityHandler->IsMetadataEncrypted()) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 623 virtual FX_BOOL IsMetadataEncrypted()
649 virtual FX_BOOL IsMetadataEncrypted();

Completed in 47 milliseconds