HomeSort by relevance Sort by last modified time
    Searched refs:CJX_Event (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_event.h 14 class CJX_Event : public CJX_Node {
16 explicit CJX_Event(CXFA_Event* node);
17 ~CJX_Event() override;
cjx_event.cpp 7 #include "fxjs/xfa/cjx_event.h"
11 CJX_Event::CJX_Event(CXFA_Event* node) : CJX_Node(node) {}
13 CJX_Event::~CJX_Event() = default;
15 void CJX_Event::ref(CFXJSE_Value* pValue,
21 void CJX_Event::use(CFXJSE_Value* pValue,
27 void CJX_Event::usehref(CFXJSE_Value* pValue,
33 void CJX_Event::activity(CFXJSE_Value* pValue,
  /external/pdfium/xfa/fxfa/parser/
cxfa_event.cpp 9 #include "fxjs/xfa/cjx_event.h"
48 pdfium::MakeUnique<CJX_Event>(this)) {}
xfa_basic_data_element_script.cpp 52 #include "fxjs/xfa/cjx_event.h"
    [all...]

Completed in 104 milliseconds