Home
last modified time | relevance | path

Searched refs:CXFA_EncryptionMethods (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h52 class CXFA_EncryptionMethods; variable
772 CXFA_EncryptionMethods GetEncryptionMethods(FX_BOOL bModified = FALSE);
826 class CXFA_EncryptionMethods : public CXFA_Data {
828 CXFA_EncryptionMethods(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_EncryptionMethods() function
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp3565 CXFA_EncryptionMethods CXFA_Filter::GetEncryptionMethods(FX_BOOL bModified) { in GetEncryptionMethods()
3566 return CXFA_EncryptionMethods( in GetEncryptionMethods()
3750 XFA_ATTRIBUTEENUM CXFA_EncryptionMethods::GetEncryptionMethodsType() { in GetEncryptionMethodsType()
3753 int32_t CXFA_EncryptionMethods::CountEncryptionMethods() { in CountEncryptionMethods()
3756 CFX_WideString CXFA_EncryptionMethods::GetEncryptionMethodContent( in GetEncryptionMethodContent()