Searched refs:createGlobalElement (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 913 this.createGlobalElement=function(tagName,properties){properties=properties||{}; function 1425 …atePixelsPerInch=function calculatePixelsPerInch(doc,body){var inch=FBL.createGlobalElement("div"); 2305 }else{if(isChromeFrame){var node=chrome.node=createGlobalElement("iframe"); 3652 var createInspectorFrame=function createInspectorFrame(){fbInspectFrame=createGlobalElement("div"); 3661 …utlineInspector(){for(var name in outline){var el=outlineElements[name]=createGlobalElement("div"); 3670 var createBoxModelInspector=function createBoxModelInspector(){boxModel=createGlobalElement("div"); 3675 boxMargin=createGlobalElement("div"); 3680 boxBorder=createGlobalElement("div"); 3685 boxPadding=createGlobalElement("div"); 3690 boxContent=createGlobalElement("div"); [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 2434 this.createGlobalElement = function(tagName, properties) function 6047 var inch = FBL.createGlobalElement("div"); 9455 style = createGlobalElement("style"), 11816 var script = createGlobalElement("script"), 14091 fbInspectFrame = createGlobalElement("div"); 14130 boxModel = createGlobalElement("div"); 14136 boxMargin = createGlobalElement("div"); 14142 boxBorder = createGlobalElement("div"); 14148 boxPadding = createGlobalElement("div"); 14154 boxContent = createGlobalElement("div"); [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 924 this.createGlobalElement=function(tagName,properties){properties=properties||{}; function 1436 var calculatePixelsPerInch=function calculatePixelsPerInch(doc,body){var inch=FBL.createGlobalElement("div"); 2297 },createChromeDiv=function(){var node=chrome.node=createGlobalElement("div"),style=createGlobalElement("style"),css=FirebugChrome.Skin.CSS,rules=".fbBody *{margin:0;padding:0;font-size:11px;line-height:13px;color:inherit;}"+css+".fbBody #fbHSplitter{position:absolute !important;} .fbBody #fbHTML span{line-height:14px;} .fbBody .lineNo div{line-height:inherit !important;}"; 2316 }else{if(isChromeFrame){var node=chrome.node=createGlobalElement("iframe"); 2950 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.document,uid=""+new Date().getTime(),callbackName="callback=Firebug.Lite.Proxy._callbacks."+uid,jsonpURL=url.indexOf("?")!=-1?url+"&"+callbackName:url+"?"+callbackName; 3663 var createInspectorFrame=function createInspectorFrame(){fbInspectFrame=createGlobalElement("div"); 3672 var createOutlineInspector=function createOutlineInspector(){for(var name in outline){var el=outlineElements[name]=createGlobalElement("div"); 3681 var createBoxModelInspector=function createBoxModelInspector(){boxModel=createGlobalElement("div"); 3686 boxMargin=createGlobalElement("di [all...] |