Lines Matching defs:el

1239 }this.fixOperaTabKey=function(el){el.onfocus=onOperaTabFocus;  argument
2148 }},getElementPosition:function(el){var left=0; argument
2154 },getElementBox:function(el){var result={}; argument
2168 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; argument
2177 },getMeasurementInPixels:function(el,name){if(!el){return null argument
2186 }}}}}},getMeasurementBox1:function(el,name){var sufixes=["Top","Left","Bottom","Right"]; argument
2192 },getMeasurementBox:function(el,name){var result=[]; argument
2207 },getCSSAutoMarginBox:function(el){if(isIE&&" meta title input script link a ".indexOf(" "+el.nodeN… argument
2225 },getFontSizeInPixels:function(el){var size=this.getMeasurement(el,"fontSize"); argument
2227 }var computeDirtyFontSize=function(el,calibration){var div=this.document.createElement("div"); argument
2243 },emToPixels:function(el,value){if(!el){return null argument
2246 },exToPixels:function(el,value){if(!el){return null argument
2253 },percentToPixels:function(el,value){if(!el){return null argument
2260 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined argument
2261 }:function(el,name){return this.document.defaultView.getComputedStyle(el,null)[name]||el.style[name… argument
3556 }},drawOutline:function(el){var border=2; argument
3605 },drawBoxModel:function(el){if(!el||!el.parentNode){return argument
6457 },select:function(el){var id=el&&ElementCache(el); argument
7486 },addStateChangeHandlers:function(el){this.removeStateChangeHandlers(); argument