Searched refs:CJX_DigestMethod (Results 1 – 4 of 4) sorted by relevance
11 CJX_DigestMethod::CJX_DigestMethod(CXFA_DigestMethod* node) : CJX_Node(node) {} in CJX_DigestMethod() function in CJX_DigestMethod13 CJX_DigestMethod::~CJX_DigestMethod() = default;15 void CJX_DigestMethod::use(CFXJSE_Value* pValue, in use()21 void CJX_DigestMethod::usehref(CFXJSE_Value* pValue, in usehref()
14 class CJX_DigestMethod : public CJX_Node {16 explicit CJX_DigestMethod(CXFA_DigestMethod* node);17 ~CJX_DigestMethod() override;
33 pdfium::MakeUnique<CJX_DigestMethod>(this)) {} in CXFA_DigestMethod()
2763 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethod::use,2765 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethod::usehref,