Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_setproperty.cpp11 CJX_SetProperty::CJX_SetProperty(CXFA_SetProperty* node) : CJX_Node(node) {} in CJX_SetProperty() function in CJX_SetProperty
13 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()
Dcjx_setproperty.h14 class CJX_SetProperty : public CJX_Node {
16 explicit CJX_SetProperty(CXFA_SetProperty* node);
17 ~CJX_SetProperty() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_setproperty.cpp33 pdfium::MakeUnique<CJX_SetProperty>(this)) {} in CXFA_SetProperty()
Dxfa_basic_data_element_script.cpp1356 (XFA_ATTRIBUTE_CALLBACK)&CJX_SetProperty::connection,
1358 {0xc8da4da7, L"target", (XFA_ATTRIBUTE_CALLBACK)&CJX_SetProperty::target,