Home
last modified time | relevance | path

Searched refs:CJX_RecordSet (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_recordset.cpp13 CJX_RecordSet::CJX_RecordSet(CXFA_RecordSet* node) : CJX_Node(node) {} in CJX_RecordSet() function in CJX_RecordSet
15 CJX_RecordSet::~CJX_RecordSet() = default;
17 void CJX_RecordSet::max(CFXJSE_Value* pValue, in max()
23 void CJX_RecordSet::use(CFXJSE_Value* pValue, in use()
29 void CJX_RecordSet::eofAction(CFXJSE_Value* pValue, in eofAction()
35 void CJX_RecordSet::cursorType(CFXJSE_Value* pValue, in cursorType()
41 void CJX_RecordSet::lockType(CFXJSE_Value* pValue, in lockType()
47 void CJX_RecordSet::bofAction(CFXJSE_Value* pValue, in bofAction()
53 void CJX_RecordSet::usehref(CFXJSE_Value* pValue, in usehref()
59 void CJX_RecordSet::cursorLocation(CFXJSE_Value* pValue, in cursorLocation()
Dcjx_recordset.h14 class CJX_RecordSet : public CJX_Node {
16 explicit CJX_RecordSet(CXFA_RecordSet* node);
17 ~CJX_RecordSet() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_recordset.cpp45 pdfium::MakeUnique<CJX_RecordSet>(this)) {} in CXFA_RecordSet()
Dxfa_basic_data_element_script.cpp501 {0xb3543a6, L"max", (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::max,
503 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::use,
506 (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::eofAction,
509 (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::cursorType,
511 {0x79975f2b, L"lockType", (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::lockType,
514 (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::bofAction,
516 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::usehref,
519 (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::cursorLocation,