Lines Matching defs:el

1228 }this.fixOperaTabKey=function(el){el.onfocus=onOperaTabFocus;  argument
2137 }},getElementPosition:function(el){var left=0; argument
2143 },getElementBox:function(el){var result={}; argument
2157 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; argument
2166 },getMeasurementInPixels:function(el,name){if(!el){return null argument
2175 }}}}}},getMeasurementBox1:function(el,name){var sufixes=["Top","Left","Bottom","Right"]; argument
2181 },getMeasurementBox:function(el,name){var result=[]; argument
2196 },getCSSAutoMarginBox:function(el){if(isIE&&" meta title input script link a ".indexOf(" "+el.nodeN… argument
2214 },getFontSizeInPixels:function(el){var size=this.getMeasurement(el,"fontSize"); argument
2216 }var computeDirtyFontSize=function(el,calibration){var div=this.document.createElement("div"); argument
2232 },emToPixels:function(el,value){if(!el){return null argument
2235 },exToPixels:function(el,value){if(!el){return null argument
2242 },percentToPixels:function(el,value){if(!el){return null argument
2249 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined argument
2250 }:function(el,name){return this.document.defaultView.getComputedStyle(el,null)[name]||el.style[name… argument
3545 }},drawOutline:function(el){var border=2; argument
3594 },drawBoxModel:function(el){if(!el||!el.parentNode){return argument
6446 },select:function(el){var id=el&&ElementCache(el); argument
7475 },addStateChangeHandlers:function(el){this.removeStateChangeHandlers(); argument