Lines Matching refs:firstChild

718 }if(elt.firstChild){html.push(">");
720 for(var child=element.firstChild;
724 }else{for(var child=elt.firstChild;
746 }if(elt.firstChild){xml.push(">");
747 for(var child=elt.firstChild;
809 var child=node.firstChild;
823 for(var child=node.firstChild;
830 for(var child=node.firstChild;
853 }return doc.firstChild
856 }for(var child=node.firstChild;
907 var firstChild=fragment.firstChild;
912 var firstChild=div.firstChild;
913 while(div.firstChild){appendFragment.appendChild(div.firstChild)
916 }return firstChild
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"];
1568 }}},getElementByRepObject:function(element,object){for(var child=element.firstChild;
2305 if(isIE){setTimeout(function(){node.firstChild.style.height="1px";
2306 node.firstChild.style.position="static"
3299 },parent:function(elem){return !!elem.firstChild
3300 },empty:function(elem){return !elem.firstChild
3339 for(node=parent.firstChild;
3400 root.insertBefore(form,root.firstChild);
3421 if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2)
4109 var tbody=div.firstChild.firstChild;
4112 var firstRow=tbody.firstChild,lastRow;
4113 while(tbody.firstChild){lastRow=tbody.firstChild;
4117 if(before.tagName=="TR"){var node=firstRow.parentNode.firstChild;
4135 var root=womb.firstChild;
4136 if(isAfter){while(womb.firstChild){if(element.nextSibling){element.parentNode.insertBefore(womb.firstChild,element.nextSibling)
4137 }else{element.parentNode.appendChild(womb.firstChild)
4149 root=parent.firstChild
4153 root=womb.firstChild
4164 var root=womb.firstChild;
4165 while(womb.firstChild){parent.appendChild(womb.firstChild)
4828 }}if(!popup.firstChild){return false
5239 if(!tbody){tbody=headersTable.firstChild
5276 }},renderHeaders:function(parent,headers,rowName){if(!parent.firstChild){this.init(parent)
5341 limitLabel.firstChild.nodeValue=$STRP("plural.Limit_Exceeded",[row.limitInfo.totalCount])
5343 var row=this.createRow(table.firstChild.firstChild,limitInfo);
5711 container.insertBefore(nodes[0],container.firstChild)
6066 frameCounter.logRow.firstChild.firstChild.nodeValue=label
6403 var hasSingleTextChild=childLength==1&&node.firstChild.nodeType==3&&nodeName!="script"&&nodeName!="style";
6438 var control=isIE?treeNode.previousSibling:treeNode.firstChild;
6452 var control=isIE?treeNode.previousSibling:treeNode.firstChild;
6621 }if(node.firstChild){html.push('&gt;</div><div class="nodeChildren">');
6622 for(var child=node.firstChild;
7133 }}}},highlightRule:function(rule){var ruleElement=Firebug.getElementByRepObject(this.panelNode.firstChild,rule);
7217 }}}if(this.name=="stylesheet"){dispatch([Firebug.A11yModel],"onInlineEditorClose",[this,row.firstChild,true])
7589 this.input=this.box.firstChild
7648 }function getTopmostRuleLine(panelNode){for(var child=panelNode.firstChild;
7824 }}}var value=row.lastChild.firstChild.repObject;
7851 var offscreen=update&&panelNode.firstChild;
7866 }}if(offscreen){timeouts.push(this.context.setTimeout(function(){if(panelNode.firstChild){panelNode.replaceChild(table,panelNode.firstChild)
8004 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild
8007 var valueBox=row.lastChild.firstChild;
8101 var getRowName=function getRowName(row){var node=row.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;