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

  /external/pdfium/fxjs/xfa/
cjx_mdp.h 14 class CJX_Mdp : public CJX_Node {
16 explicit CJX_Mdp(CXFA_Mdp* node);
17 ~CJX_Mdp() override;
cjx_mdp.cpp 7 #include "fxjs/xfa/cjx_mdp.h"
11 CJX_Mdp::CJX_Mdp(CXFA_Mdp* node) : CJX_Node(node) {}
13 CJX_Mdp::~CJX_Mdp() = default;
15 void CJX_Mdp::use(CFXJSE_Value* pValue,
21 void CJX_Mdp::signatureType(CFXJSE_Value* pValue,
27 void CJX_Mdp::usehref(CFXJSE_Value* pValue,
33 void CJX_Mdp::permissions(CFXJSE_Value* pValue,
  /external/pdfium/xfa/fxfa/parser/
cxfa_mdp.cpp 9 #include "fxjs/xfa/cjx_mdp.h"
36 pdfium::MakeUnique<CJX_Mdp>(this)) {}
xfa_basic_data_element_script.cpp 83 #include "fxjs/xfa/cjx_mdp.h"
709 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Mdp::use,
712 (XFA_ATTRIBUTE_CALLBACK)&CJX_Mdp::signatureType,
714 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Mdp::usehref,
716 {0xe11a2cbc, L"permissions", (XFA_ATTRIBUTE_CALLBACK)&CJX_Mdp::permissions,
    [all...]

Completed in 91 milliseconds