Lines Matching refs:CJX_DataWindow
14 const CJX_MethodSpec CJX_DataWindow::MethodSpecs[] = {
20 CJX_DataWindow::CJX_DataWindow(CScript_DataWindow* window) in CJX_DataWindow() function in CJX_DataWindow
25 CJX_DataWindow::~CJX_DataWindow() {} in ~CJX_DataWindow()
27 bool CJX_DataWindow::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
31 CJS_Result CJX_DataWindow::moveCurrentRecord( in moveCurrentRecord()
37 CJS_Result CJX_DataWindow::record( in record()
43 CJS_Result CJX_DataWindow::gotoRecord( in gotoRecord()
49 CJS_Result CJX_DataWindow::isRecordGroup( in isRecordGroup()
55 void CJX_DataWindow::recordsBefore(CFXJSE_Value* pValue, in recordsBefore()
59 void CJX_DataWindow::currentRecordNumber(CFXJSE_Value* pValue, in currentRecordNumber()
63 void CJX_DataWindow::recordsAfter(CFXJSE_Value* pValue, in recordsAfter()
67 void CJX_DataWindow::isDefined(CFXJSE_Value* pValue, in isDefined()