Searched refs:CJX_DigestMethods (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_digestmethods.cpp | 11 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()
|
D | cjx_digestmethods.h | 14 class CJX_DigestMethods : public CJX_Node { 16 explicit CJX_DigestMethods(CXFA_DigestMethods* node); 17 ~CJX_DigestMethods() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_digestmethods.cpp | 36 pdfium::MakeUnique<CJX_DigestMethods>(this)) {} in CXFA_DigestMethods()
|
D | xfa_basic_data_element_script.cpp | 2322 {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,
|