Home
last modified time | relevance | path

Searched refs:propPriority (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7087 },setProperty:function(rule,propName,propValue,propPriority){var style=rule.style||rule; argument
7092 style.setProperty(propName,propValue,propPriority)
7094 }if(propName){dispatch(this.fbListeners,"onCSSSetProperty",[style,propName,propValue,propPriority,p…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js26708 setProperty: function(rule, propName, propValue, propPriority) argument
26726 style.setProperty(propName, propValue, propPriority);
26737 …ch(this.fbListeners, "onCSSSetProperty", [style, propName, propValue, propPriority, prevValue, pre…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7098 },setProperty:function(rule,propName,propValue,propPriority){var style=rule.style||rule; argument
7103 style.setProperty(propName,propValue,propPriority)
7105 }if(propName){dispatch(this.fbListeners,"onCSSSetProperty",[style,propName,propValue,propPriority,prevValue,prevPriority,rule,baseText])