Lines Matching defs:body

127       el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);
133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
134 el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
184 el.borderInspector = new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute.set('firebugIgnore',true).event.addListener("click",listen.inspector).insert(document.body);
185 el.bgInspector = new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('firebugIgnore',true).insert(document.body);
578 values+='popupWidth:'+document.body.clientWidth+',';
579 values+='popupHeight:'+document.body.clientHeight+',';
735 firebug.internal.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.href+'</title></head><body></body></html>');
879 el.main.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,document.body.scrollTop)+"px" });
880 el.mainiframe.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.max(document.documentElement.scrollTop,document.body.scrollTop)+"px" });
1331 if (parent == firebug.internal.targetWindow.document.body) break;
1344 if(/<body/i.test(searchEl.innerText||searchEl.textContent)) {
1448 if(d.html.current==null&&item==document.body){
1865 if(target!=document.body&&
1995 object.body = _superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);
2088 var parent = _element,offsetLeft = document.body.offsetLeft, offsetTop = document.body.offsetTop, view = pi.util.Element.getView(_element);
2089 while(parent&&parent!=document.body&&parent!=document.firstChild){
2205 height:document.documentElement.clientHeight||document.body.clientHeight,
2206 width:document.documentElement.clientWidth||document.body.clientWidth
2212 this.body = {};
2240 this.movePrivateMembers(this.body,_private);
2244 fn.prototype = this.body;
2296 pi.element.body = {
2486 pi.xhr.body = {
2517 pi.xhr.body.environment = {
2536 pi.xhr.body.event = {