Searched refs:CJX_Event (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_event.cpp | 11 CJX_Event::CJX_Event(CXFA_Event* node) : CJX_Node(node) {} in CJX_Event() function in CJX_Event 13 CJX_Event::~CJX_Event() = default; 15 void CJX_Event::ref(CFXJSE_Value* pValue, in ref() 21 void CJX_Event::use(CFXJSE_Value* pValue, in use() 27 void CJX_Event::usehref(CFXJSE_Value* pValue, in usehref() 33 void CJX_Event::activity(CFXJSE_Value* pValue, in activity()
|
D | cjx_event.h | 14 class CJX_Event : public CJX_Node { 16 explicit CJX_Event(CXFA_Event* node); 17 ~CJX_Event() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_event.cpp | 48 pdfium::MakeUnique<CJX_Event>(this)) {} in CXFA_Event()
|
D | xfa_basic_data_element_script.cpp | 1024 {0xbb8df5d, L"ref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Event::ref, 1026 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Event::use, 1028 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Event::usehref, 1030 {0xd6128d8d, L"activity", (XFA_ATTRIBUTE_CALLBACK)&CJX_Event::activity,
|