Lines Matching +defs:node +defs:x

453 this.clearNode=function(node){var nodeName=" "+node.nodeName.toLowerCase()+" ";  argument
458 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild) argument
482 var coords={x:0,y:0}; property
515 }}}var coords={x:0,y:0}; property
564 this.move=function(element,x,y){element.style.left=x+"px"; argument
759 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
768 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
776 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
778 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
782 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name… argument
806 this.getChildByClass=function(node){for(var i=1; argument
817 this.getAncestorByClass=function(node,className){for(var parent=node; argument
822 this.getElementsByClass=function(node,className){var result=[]; argument
828 this.getElementByClass=function(node,className){var args=cloneArray(arguments); argument
839 this.isAncestor=function(node,potentialAncestor){for(var parent=node; argument
844 this.getNextElement=function(node){while(node&&node.nodeType!=1){node=node.nextSibling argument
847 this.getPreviousElement=function(node){while(node&&node.nodeType!=1){node=node.previousSibling argument
855 this.findNextDown=function(node,criteria){if(!node){return null argument
862 this.findPreviousUp=function(node,criteria){if(!node){return null argument
869 this.findNext=function(node,criteria,upOnly,maxRoot){if(!node){return null argument
879 this.findPrevious=function(node,criteria,downOnly,maxRoot){if(!node){return null argument
890 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.… argument
894 this.getPreviousByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&… argument
1439 FBL.pixelsPerInch={x:inch.offsetWidth,y:inch.offsetHeight}; property
1559 },getRepObject:function(node){var target=null; argument
1565 }}}},getRepNode:function(node){for(var child=node; argument
1734 },showInfoTip:function(infoTip,x,y){},getObjectPath:function(object){return null argument
1964 },show:function(x,y){this.initialize(); argument
2145 },getElementFromPoint:function(x,y){if(shouldFixElementFromPoint){var scroll=this.getWindowScrollPo… argument
2284 …body=context.document.getElementsByTagName("body")[0],formatNode=function(node){if(!Env.isDebugMod… argument
2400 append(ChromeBase,{node:null,type:null,document:null,window:null,sidePanelVisible:false,commandLine… property
3893 }function __link__(node,tag,args){if(!tag||!tag.tag){return argument
4733 }this.targetOffset={x:target.offsetLeft,y:target.offsetTop}; property
5848 function findRow(node){return getAncestorByClass(node,"logRow") argument
6032 this.assert=function(x){if(!x){var rest=[]; argument
6611 },appendNode:function(node,html){if(node.nodeType==1){var uid=ElementCache(node); argument
6689 }},showInfoTip:function(infoTip,panel,target,x,y,rangeParent,rangeOffset){if(!Firebug.showInfoTips)… argument
7338 }},showInfoTip:function(infoTip,target,x,y){var propValue=getAncestorByClass(target,"cssPropValue"); argument
7395 }}else{function findRow(node){return node.nodeType==1?node:node.parentNode argument