HomeSort by relevance Sort by last modified time
    Searched defs:CJX_Execute (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_execute.h 14 class CJX_Execute : public CJX_Node {
16 explicit CJX_Execute(CXFA_Execute* node);
17 ~CJX_Execute() override;
cjx_execute.cpp 7 #include "fxjs/xfa/cjx_execute.h"
11 CJX_Execute::CJX_Execute(CXFA_Execute* node) : CJX_Node(node) {}
13 CJX_Execute::~CJX_Execute() = default;
15 void CJX_Execute::use(CFXJSE_Value* pValue,
21 void CJX_Execute::connection(CFXJSE_Value* pValue,
27 void CJX_Execute::runAt(CFXJSE_Value* pValue,
33 void CJX_Execute::executeType(CFXJSE_Value* pValue,
39 void CJX_Execute::usehref(CFXJSE_Value* pValue
    [all...]

Completed in 55 milliseconds