Searched refs:readBoxStyles (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 641 this.readBoxStyles=function(style){var styleNames={"margin-top":"marginTop","margin-right":"marginR… function 647 this.getBoxFromStyles=function(style,element){var args=this.readBoxStyles(style);
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 1745 this.readBoxStyles = function(style) function 1767 var args = this.readBoxStyles(style);
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 652 this.readBoxStyles=function(style){var styleNames={"margin-top":"marginTop","margin-right":"marginRight","margin-left":"marginLeft","margin-bottom":"marginBottom","border-top-width":"borderTop","border-right-width":"borderRight","border-left-width":"borderLeft","border-bottom-width":"borderBottom","padding-top":"paddingTop","padding-right":"paddingRight","padding-left":"paddingLeft","padding-bottom":"paddingBottom","z-index":"zIndex"}; function 655 }if(FBTrace.DBG_INSPECT){FBTrace.sysout("readBoxStyles ",styles) 658 this.getBoxFromStyles=function(style,element){var args=this.readBoxStyles(style);
|