Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_xfa.cpp14 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()
Dcjx_xfa.h14 class CJX_Xfa : public CJX_Model {
16 explicit CJX_Xfa(CXFA_Xfa* node);
17 ~CJX_Xfa() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_xfa.cpp32 pdfium::MakeUnique<CJX_Xfa>(this)) {} in CXFA_Xfa()
Dxfa_basic_data_element_script.cpp812 {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,