Home | History | Annotate | Download | only in Regress

Lines Matching refs:thisItem

4988 function MTMakeVoid(thisItem, thisCmd, thisText) {
4990 tempString += '<a name="sub' + thisItem.number + '" href="javascript:parent.frames[\'code\'].myVoid();" onclick="' + thisCmd + '" onmouseover="window.status=\'' + thisText + '\';return true;" onmouseout="window.status=\'' + window.defaultStatus.replace(/'/g,"") + '\';return true;"';
4991 if(thisItem.number == MTMClickedItem) {
4993 tempClass = thisItem.expanded ? "subexpanded" : "subclosed";
4999 function MTMakeLink(thisItem, addName) {
5002 if(MTMTrackedItem && MTMTrackedItem == thisItem.number) {
5006 tempString += ' name="sub' + thisItem.number + '"';
5008 tempString += ' href="' + MTMCheckURL(thisItem.url) + '"';
5009 if(thisItem.target != "") {
5010 tempString += ' target="' + thisItem.target + '"';