HomeSort by relevance Sort by last modified time
    Searched defs:CJX_SetProperty (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_setproperty.cpp 7 #include "fxjs/xfa/cjx_setproperty.h"
11 CJX_SetProperty::CJX_SetProperty(CXFA_SetProperty* node) : CJX_Node(node) {}
13 CJX_SetProperty::~CJX_SetProperty() = default;
15 void CJX_SetProperty::connection(CFXJSE_Value* pValue,
21 void CJX_SetProperty::target(CFXJSE_Value* pValue,
cjx_setproperty.h 14 class CJX_SetProperty : public CJX_Node {
16 explicit CJX_SetProperty(CXFA_SetProperty* node);
17 ~CJX_SetProperty() override;

Completed in 48 milliseconds