Home
last modified time | relevance | path

Searched refs:CJX_DigestMethod (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_digestmethod.cpp11 CJX_DigestMethod::CJX_DigestMethod(CXFA_DigestMethod* node) : CJX_Node(node) {} in CJX_DigestMethod() function in CJX_DigestMethod
13 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()
Dcjx_digestmethod.h14 class CJX_DigestMethod : public CJX_Node {
16 explicit CJX_DigestMethod(CXFA_DigestMethod* node);
17 ~CJX_DigestMethod() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_digestmethod.cpp33 pdfium::MakeUnique<CJX_DigestMethod>(this)) {} in CXFA_DigestMethod()
Dxfa_basic_data_element_script.cpp2763 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethod::use,
2765 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethod::usehref,