Lines Matching defs:element

540 this.getOverflowParent=function(element){for(var scrollParent=element.parentNode;  argument
544 this.isScrolledToBottom=function(element){var onBottom=(element.scrollTop+element.offsetHeight)==el… argument
548 this.scrollToBottom=function(element){element.scrollTop=element.scrollHeight; argument
553 this.move=function(element,x,y){element.style.left=x+"px"; argument
556 this.resize=function(element,w,h){element.style.width=w+"px"; argument
559 this.linesIntoCenterView=function(element,scrollBox){if(!scrollBox){scrollBox=this.getOverflowParen… argument
571 this.scrollIntoCenterView=function(element,scrollBox,notX,notY){if(!element){return argument
647 this.getBoxFromStyles=function(style,element){var args=this.readBoxStyles(style); argument
652 this.getElementCSSSelector=function(element){var label=element.localName.toLowerCase(); argument
694 this.isSelfClosing=function(element){if(isElementSVG(element)||isElementMathML(element)){return true argument
698 this.getElementHTML=function(element){var self=this; argument
727 this.getElementXML=function(element){function toXML(elt){if(elt.nodeType==Node.ELEMENT_NODE){if(unw… argument
891 this.appendInnerHTML=function(element,html,referenceElement){referenceElement=referenceElement||nul… argument
1557 }}},getElementByRepObject:function(element,object){for(var child=element.firstChild; argument
2046 },check:function(element){setClass(element,"fbMenuChecked"); argument
2048 },uncheck:function(element){removeClass(element,"fbMenuChecked"); argument
2050 },disable:function(element){setClass(element,"fbMenuDisabled") argument
2051 },enable:function(element){removeClass(element,"fbMenuDisabled") argument
2491 Firebug.getElementPanel=function(element){var panelNode=getAncestorByClass(element,"fbPanel"); argument
2896 var cacheFunction=function(element){return cacheAPI.set(element) argument
2923 var getValidatedKey=function(element){var id=element[CID]; argument
4337 },getNodeText:function(element){var text=element.textContent; argument
4340 }},getNodeTextGroups:function(element){var text=element.textContent; argument
4363 },getTitle:function(element,context){return getElementCSSSelector(element) argument
4629 },setEditTarget:function(element){if(!element){dispatch([Firebug.A11yModel],"onInlineEditorClose",[… argument
4950 var getOutsider=function getOutsider(element,group,stepper){var parentGroup=getAncestorByClass(grou… argument
4958 var getNextOutsider=function getNextOutsider(element,group){return getOutsider(element,group,bind(g… argument
4960 var getPreviousOutsider=function getPreviousOutsider(element,group){return getOutsider(element,grou… argument
4962 var getInlineParent=function getInlineParent(element){var lastInline=element; argument
5993 this.attachTo=function(element){this.element=element; argument
6813 CssAnalyzer.getElementCSSRules=function(element){try{return getElementCSSRules(element) argument
6940 var getElementCSSRules=function(element){var eid=ElementCache(element); argument
7010 (function(){this.getElementXPath=function(element){try{if(element&&element.id){return'//*[@id="'+el… argument
7013 this.getElementTreeXPath=function(element){var paths=[]; argument
7395 …el"},"$inheritLabel"),TAG(FirebugReps.Element.shortTag,{object:"$section.element"})),DIV({role:"gr… argument
7404 }},getInheritedRules:function(element,sections,usedProps){var parent=element.parentNode; argument
7409 }}},getElementRules:function(element,rules,usedProps,inheritMode){var inspectedRules,displayedRules… argument
7444 }},getStyleProperties:function(element,rules,usedProps,inheritMode){var props=this.parseCSSProps(el… argument
7458 },updateView:function(element){this.updateCascadeView(element); argument
7461 }},updateSelection:function(element){if(!instanceOf(element,"Element")){return argument
7485 …,role:"presentation"},"$prop.value")))))))}),updateComputedView:function(element){var win=isIE?ele… argument
7500 },name:"computed",title:"Computed",parentPanel:"HTML",order:1,updateView:function(element){this.upd… argument