Searched refs:CJX_Xfa (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_xfa.cpp | 14 CJX_Xfa::CJX_Xfa(CXFA_Xfa* node) : CJX_Model(node) {} in CJX_Xfa() function in CJX_Xfa 16 CJX_Xfa::~CJX_Xfa() = default; 18 void CJX_Xfa::thisValue(CFXJSE_Value* pValue, in thisValue() 29 void CJX_Xfa::timeStamp(CFXJSE_Value* pValue, in timeStamp() 35 void CJX_Xfa::uuid(CFXJSE_Value* pValue, in uuid()
|
D | cjx_xfa.h | 14 class CJX_Xfa : public CJX_Model { 16 explicit CJX_Xfa(CXFA_Xfa* node); 17 ~CJX_Xfa() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_xfa.cpp | 32 pdfium::MakeUnique<CJX_Xfa>(this)) {} in CXFA_Xfa()
|
D | xfa_basic_data_element_script.cpp | 812 {0x2d574d58, L"this", (XFA_ATTRIBUTE_CALLBACK)&CJX_Xfa::thisValue, 814 {0x4fdc3454, L"timeStamp", (XFA_ATTRIBUTE_CALLBACK)&CJX_Xfa::timeStamp, 816 {0xb598a1f7, L"uuid", (XFA_ATTRIBUTE_CALLBACK)&CJX_Xfa::uuid,
|