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

  /external/pdfium/fxjs/xfa/
cjx_reasons.cpp 7 #include "fxjs/xfa/cjx_reasons.h"
11 CJX_Reasons::CJX_Reasons(CXFA_Reasons* node) : CJX_Node(node) {}
13 CJX_Reasons::~CJX_Reasons() = default;
15 void CJX_Reasons::use(CFXJSE_Value* pValue,
21 void CJX_Reasons::type(CFXJSE_Value* pValue,
27 void CJX_Reasons::usehref(CFXJSE_Value* pValue,
cjx_reasons.h 14 class CJX_Reasons : public CJX_Node {
16 explicit CJX_Reasons(CXFA_Reasons* node);
17 ~CJX_Reasons() override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_reasons.cpp 9 #include "fxjs/xfa/cjx_reasons.h"
35 pdfium::MakeUnique<CJX_Reasons>(this)) {}
xfa_basic_data_element_script.cpp 104 #include "fxjs/xfa/cjx_reasons.h"
    [all...]

Completed in 2582 milliseconds