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

  /external/pdfium/fxjs/xfa/
cjx_soapaction.cpp 7 #include "fxjs/xfa/cjx_soapaction.h"
11 CJX_SoapAction::CJX_SoapAction(CXFA_SoapAction* node) : CJX_TextNode(node) {}
13 CJX_SoapAction::~CJX_SoapAction() = default;
15 void CJX_SoapAction::use(CFXJSE_Value* pValue,
21 void CJX_SoapAction::usehref(CFXJSE_Value* pValue,
cjx_soapaction.h 14 class CJX_SoapAction : public CJX_TextNode {
16 explicit CJX_SoapAction(CXFA_SoapAction* node);
17 ~CJX_SoapAction() override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_soapaction.cpp 9 #include "fxjs/xfa/cjx_soapaction.h"
34 pdfium::MakeUnique<CJX_SoapAction>(this)) {}
xfa_basic_data_element_script.cpp 117 #include "fxjs/xfa/cjx_soapaction.h"
    [all...]

Completed in 87 milliseconds