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