Lines Matching refs:rowdata
2599 rowdata = dict()
2603 if(row not in rowdata):
2604 rowdata[row] = []
2611 for ritem in rowdata[row]:
2619 rowdata[row].append(i)
2635 rowdata = dict()
2665 if(row not in rowdata):
2666 rowdata[row] = []
2673 for ritem in rowdata[row]:
2681 rowdata[row].append(item)
2695 if len(rowdata[row]) == 1 and \
2696 'htmlclass' in rowdata[row][0].dev and \
2697 'sec' in rowdata[row][0].dev['htmlclass']: