Lines Matching refs:CJX_Source
15 const CJX_MethodSpec CJX_Source::MethodSpecs[] = {
34 CJX_Source::CJX_Source(CXFA_Source* src) : CJX_Node(src) { in CJX_Source() function in CJX_Source
38 CJX_Source::~CJX_Source() {} in ~CJX_Source()
40 CJS_Return CJX_Source::next(CJS_V8* runtime, in next()
47 CJS_Return CJX_Source::cancelBatch( in cancelBatch()
55 CJS_Return CJX_Source::first(CJS_V8* runtime, in first()
62 CJS_Return CJX_Source::updateBatch( in updateBatch()
70 CJS_Return CJX_Source::previous( in previous()
78 CJS_Return CJX_Source::isBOF(CJS_V8* runtime, in isBOF()
85 CJS_Return CJX_Source::isEOF(CJS_V8* runtime, in isEOF()
92 CJS_Return CJX_Source::cancel(CJS_V8* runtime, in cancel()
99 CJS_Return CJX_Source::update(CJS_V8* runtime, in update()
106 CJS_Return CJX_Source::open(CJS_V8* runtime, in open()
113 CJS_Return CJX_Source::deleteItem( in deleteItem()
121 CJS_Return CJX_Source::addNew(CJS_V8* runtime, in addNew()
128 CJS_Return CJX_Source::requery( in requery()
136 CJS_Return CJX_Source::resync(CJS_V8* runtime, in resync()
143 CJS_Return CJX_Source::close(CJS_V8* runtime, in close()
150 CJS_Return CJX_Source::last(CJS_V8* runtime, in last()
157 CJS_Return CJX_Source::hasDataChanged( in hasDataChanged()
165 void CJX_Source::db(CFXJSE_Value* pValue, in db()
169 void CJX_Source::use(CFXJSE_Value* pValue, in use()
175 void CJX_Source::usehref(CFXJSE_Value* pValue, in usehref()