Searched refs:CJX_ExObject (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_exobject.cpp | 11 CJX_ExObject::CJX_ExObject(CXFA_ExObject* node) : CJX_Node(node) {} in CJX_ExObject() function in CJX_ExObject 13 CJX_ExObject::~CJX_ExObject() = default; 15 void CJX_ExObject::use(CFXJSE_Value* pValue, in use() 21 void CJX_ExObject::codeType(CFXJSE_Value* pValue, in codeType() 27 void CJX_ExObject::archive(CFXJSE_Value* pValue, in archive() 33 void CJX_ExObject::usehref(CFXJSE_Value* pValue, in usehref() 39 void CJX_ExObject::codeBase(CFXJSE_Value* pValue, in codeBase() 45 void CJX_ExObject::classId(CFXJSE_Value* pValue, in classId()
|
D | cjx_exobject.h | 14 class CJX_ExObject : public CJX_Node { 16 explicit CJX_ExObject(CXFA_ExObject* node); 17 ~CJX_ExObject() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_exobject.cpp | 40 pdfium::MakeUnique<CJX_ExObject>(this)) {} in CXFA_ExObject()
|
D | xfa_basic_data_element_script.cpp | 3333 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_ExObject::use, 3335 {0x60a61edd, L"codeType", (XFA_ATTRIBUTE_CALLBACK)&CJX_ExObject::codeType, 3337 {0xb373a862, L"archive", (XFA_ATTRIBUTE_CALLBACK)&CJX_ExObject::archive, 3339 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_ExObject::usehref, 3341 {0xe1a26b56, L"codeBase", (XFA_ATTRIBUTE_CALLBACK)&CJX_ExObject::codeBase, 3343 {0xeb091003, L"classId", (XFA_ATTRIBUTE_CALLBACK)&CJX_ExObject::classId,
|