Searched refs:addOffset (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 473 this.getClientOffset=function(elt){var addOffset=function addOffset(elt,coords,view){var p=elt.offs… function 477 }if(p){if(p.nodeType==1){addOffset(p,coords,view) 479 if(!otherView.opener&&otherView.frameElement){addOffset(otherView.frameElement,coords,otherView) 484 addOffset(elt,coords,view) 487 this.getViewOffset=function(elt,singleFrame){function addOffset(elt,coords,view){var p=elt.offsetPa… function 504 }addOffset(p,coords,view) 514 if(win&&(!singleFrame&&win.frameElement)){addOffset(win.frameElement,coords,win) 516 if(elt){addOffset(elt,coords,elt.ownerDocument.defaultView)
|