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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 80 if (!LoadDict(pEncryptDict)) {
150 FX_BOOL CPDF_StandardSecurityHandler::LoadDict(CPDF_Dictionary* pEncryptDict)
170 FX_BOOL CPDF_StandardSecurityHandler::LoadDict(CPDF_Dictionary* pEncryptDict, FX_DWORD type, int& cipher, int& key_len)
503 if (!LoadDict(pEncryptDict, type, cipher, key_len)) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 686 FX_BOOL LoadDict(CPDF_Dictionary* pEncryptDict);
687 FX_BOOL LoadDict(CPDF_Dictionary* pEncryptDict, FX_DWORD type, int& cipher, int& key_len);

Completed in 38 milliseconds