Searched refs:CJX_Connect (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_connect.cpp | 11 CJX_Connect::CJX_Connect(CXFA_Connect* node) : CJX_Node(node) {} in CJX_Connect() function in CJX_Connect 13 CJX_Connect::~CJX_Connect() = default; 15 void CJX_Connect::use(CFXJSE_Value* pValue, in use() 21 void CJX_Connect::timeout(CFXJSE_Value* pValue, in timeout() 27 void CJX_Connect::connection(CFXJSE_Value* pValue, in connection() 33 void CJX_Connect::usage(CFXJSE_Value* pValue, in usage() 39 void CJX_Connect::usehref(CFXJSE_Value* pValue, in usehref() 45 void CJX_Connect::delayedOpen(CFXJSE_Value* pValue, in delayedOpen() 51 void CJX_Connect::ref(CFXJSE_Value* pValue, in ref()
|
D | cjx_connect.h | 14 class CJX_Connect : public CJX_Node { 16 explicit CJX_Connect(CXFA_Connect* node); 17 ~CJX_Connect() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_connect.cpp | 47 pdfium::MakeUnique<CJX_Connect>(this)) {} in CXFA_Connect()
|
D | xfa_basic_data_element_script.cpp | 3414 {0xbb8df5d, L"ref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::ref, 3416 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::use, 3418 {0x24d85167, L"timeout", (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::timeout, 3421 (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::connection, 3423 {0x552d9ad5, L"usage", (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::usage, 3425 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::usehref, 3428 (XFA_ATTRIBUTE_CALLBACK)&CJX_Connect::delayedOpen,
|