Searched refs:CJX_SetProperty (Results 1 – 4 of 4) sorted by relevance
11 CJX_SetProperty::CJX_SetProperty(CXFA_SetProperty* node) : CJX_Node(node) {} in CJX_SetProperty() function in CJX_SetProperty13 CJX_SetProperty::~CJX_SetProperty() = default;15 void CJX_SetProperty::connection(CFXJSE_Value* pValue, in connection()21 void CJX_SetProperty::target(CFXJSE_Value* pValue, in target()
14 class CJX_SetProperty : public CJX_Node {16 explicit CJX_SetProperty(CXFA_SetProperty* node);17 ~CJX_SetProperty() override;
33 pdfium::MakeUnique<CJX_SetProperty>(this)) {} in CXFA_SetProperty()
1356 (XFA_ATTRIBUTE_CALLBACK)&CJX_SetProperty::connection,1358 {0xc8da4da7, L"target", (XFA_ATTRIBUTE_CALLBACK)&CJX_SetProperty::target,