Lines Matching refs:propValue

18751                     var propValue = xhrRequest[propName];
18753 if (propValue && !isFunction(propValue))
18754 self[propName] = propValue;
18796 var propValue = self[propName];
18798 if (propValue && !xhrRequest[propName])
18800 xhrRequest[propName] = propValue;
19075 var propValue = xhrRequest[propName];
19077 if (isFunction(propValue))
19099 this[propName] = propValue;
26708 setProperty: function(rule, propName, propValue, propPriority) argument
26726 style.setProperty(propName, propValue, propPriority);
26733 style[toCamelCase(propName)] = propValue;
26737 …dispatch(this.fbListeners, "onCSSSetProperty", [style, propName, propValue, propPriority, prevValu…
27189 var propValue = getChildByClass(row, "cssPropValue")[textContent];
27190 var parsedValue = parsePriority(propValue);
27626 var propValue = getAncestorByClass(target, "cssPropValue");
27627 if (propValue)
27629 var offset = getClientOffset(propValue);
27632 var text = propValue[textContent];
27633 var charWidth = propValue.offsetWidth/text.length;
28319 var propValue = style.getPropertyValue ?
28323 if (propValue === undefined || propValue === null)
28326 propValue = stripUnits(rgbToHex(propValue));
28327 if (propValue)
28328 group.props.push({name: propName, value: propValue});
28404 var propValue = getChildByClass(row, "cssPropValue")[textContent];
28405 var parsedValue = parsePriority(propValue);
28407 if (propValue && propValue != "undefined") {
28409 … FBTrace.sysout("CSSEditor.saveEdit : "+previousValue+"->"+value+" = "+propValue+"\n");
28421 var propValue = getChildByClass(row, "cssPropValue")[textContent];
28425 … FBTrace.sysout("CSSEditor.saveEdit propName=propValue: "+propName +" = "+propValue+"\n");
28691 var propValue = m ? m[1] : "";
28693 return {value: propValue, priority: priority};