Searched refs:CJX_Bind (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_bind.cpp | 11 CJX_Bind::CJX_Bind(CXFA_Bind* node) : CJX_Node(node) {} in CJX_Bind() function in CJX_Bind 13 CJX_Bind::~CJX_Bind() = default; 15 void CJX_Bind::contentType(CFXJSE_Value* pValue, in contentType() 21 void CJX_Bind::match(CFXJSE_Value* pValue, in match() 27 void CJX_Bind::ref(CFXJSE_Value* pValue, in ref() 33 void CJX_Bind::transferEncoding(CFXJSE_Value* pValue, in transferEncoding() 39 void CJX_Bind::use(CFXJSE_Value* pValue, in use() 45 void CJX_Bind::usehref(CFXJSE_Value* pValue, in usehref()
|
D | cjx_bind.h | 14 class CJX_Bind : public CJX_Node { 16 explicit CJX_Bind(CXFA_Bind* node); 17 ~CJX_Bind() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_bind.cpp | 45 pdfium::MakeUnique<CJX_Bind>(this)) {} in CXFA_Bind()
|
D | xfa_basic_data_element_script.cpp | 2934 {0xbb8df5d, L"ref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Bind::ref, 2936 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Bind::use, 2938 {0x42fed1fd, L"contentType", (XFA_ATTRIBUTE_CALLBACK)&CJX_Bind::contentType, 2941 (XFA_ATTRIBUTE_CALLBACK)&CJX_Bind::transferEncoding, 2943 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Bind::usehref, 2945 {0xf197844d, L"match", (XFA_ATTRIBUTE_CALLBACK)&CJX_Bind::match,
|