Lines Matching refs:lastChild

458 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild)
863 }for(var child=node.lastChild;
1336 domMemberMap.Node=["id","className","nodeType","tagName","nodeName","localName","prefix","namespaceURI","nodeValue","ownerDocument","parentNode","offsetParent","nextSibling","previousSibling","firstChild","lastChild","childNodes","attributes","dir","baseURI","textContent","innerHTML","addEventListener","removeEventListener","dispatchEvent","cloneNode","appendChild","insertBefore","replaceChild","removeChild","compareDocumentPosition","hasAttributes","hasChildNodes","lookupNamespaceURI","lookupPrefix","normalize","isDefaultNamespace","isEqualNode","isSameNode","isSupported","getFeature","getUserData","setUserData"];
3438 }div.lastChild.className="e";
4138 }}}else{while(womb.lastChild){element.parentNode.insertBefore(womb.lastChild,element)
6729 },lastChild:function(){return this.children[this.children.length-1]
7824 }}}var value=row.lastChild.firstChild.repObject;
7854 var tbody=table.lastChild;
7861 while(members.length){with({slice:members.splice(0,insertSliceSize),isLast:!members.length}){timeouts.push(this.context.setTimeout(function(){if(!tbody.lastChild){return
7862 }result=rowTag.insertRows({members:slice},tbody.lastChild);
8004 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild
8007 var valueBox=row.lastChild.firstChild;
8104 var getRowValue=function getRowValue(row){return row.lastChild.firstChild.repObject
8128 function DOMSidePanel(){}DOMSidePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target){target=row.lastChild.firstChild
8131 var valueBox=row.lastChild.firstChild;