Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_digestmethods.cpp11 CJX_DigestMethods::CJX_DigestMethods(CXFA_DigestMethods* node) in CJX_DigestMethods() function in CJX_DigestMethods
14 CJX_DigestMethods::~CJX_DigestMethods() = default;
16 void CJX_DigestMethods::use(CFXJSE_Value* pValue, in use()
22 void CJX_DigestMethods::type(CFXJSE_Value* pValue, in type()
28 void CJX_DigestMethods::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_digestmethods.h14 class CJX_DigestMethods : public CJX_Node {
16 explicit CJX_DigestMethods(CXFA_DigestMethods* node);
17 ~CJX_DigestMethods() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_digestmethods.cpp36 pdfium::MakeUnique<CJX_DigestMethods>(this)) {} in CXFA_DigestMethods()
Dxfa_basic_data_element_script.cpp2322 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethods::use,
2324 {0x2f16a382, L"type", (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethods::type,
2327 (XFA_ATTRIBUTE_CALLBACK)&CJX_DigestMethods::usehref,