Lines Matching refs:firstRow
4112 var firstRow=tbody.firstChild,lastRow;
4117 if(before.tagName=="TR"){var node=firstRow.parentNode.firstChild;
4119 node&&node!=firstRow;
4121 }}var domArgs=[firstRow,this.tag.context,offset];
4125 return[firstRow,lastRow]
7812 setTimeout(function(){for(var firstRow=row.nextSibling;
7813 firstRow;
7814 firstRow=row.nextSibling){if(parseInt(firstRow.getAttribute("level"))<=level){break
7815 }tbody.removeChild(firstRow)