Lines Matching refs:propValue

4994 }try{var propValue=xhrRequest[propName];
4995 if(propValue&&!isFunction(propValue)){self[propName]=propValue
5003 }try{var propValue=self[propName];
5004 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue
5081 }try{var propValue=xhrRequest[propName];
5082 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr){return supportsApply?function(){return xhr[name].apply(xhr,arguments)
5086 }}else{this[propName]=propValue
7098 },setProperty:function(rule,propName,propValue,propPriority){var style=rule.style||rule;
7103 style.setProperty(propName,propValue,propPriority)
7104 }else{style[toCamelCase(propName)]=propValue
7105 }if(propName){dispatch(this.fbListeners,"onCSSSetProperty",[style,propName,propValue,propPriority,prevValue,prevPriority,rule,baseText])
7227 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7228 var parsedValue=parsePriority(propValue);
7338 }},showInfoTip:function(infoTip,target,x,y){var propValue=getAncestorByClass(target,"cssPropValue");
7339 if(propValue){var offset=getClientOffset(propValue);
7341 var text=propValue[textContent];
7342 var charWidth=propValue.offsetWidth/text.length;
7506 var propValue=style.getPropertyValue?style.getPropertyValue(propName):""+style[toCamelCase(propName)];
7507 if(propValue===undefined||propValue===null){continue
7508 }propValue=stripUnits(rgbToHex(propValue));
7509 if(propValue){group.props.push({name:propName,value:propValue})
7524 if(hasClass(target,"cssPropName")){if(value&&previousValue!=value){var propValue=getChildByClass(row,"cssPropValue")[textContent];
7525 var parsedValue=parsePriority(propValue);
7526 if(propValue&&propValue!="undefined"){if(FBTrace.DBG_CSS){FBTrace.sysout("CSSEditor.saveEdit : "+previousValue+"->"+value+" = "+propValue+"\n")
7531 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7532 if(FBTrace.DBG_CSS){FBTrace.sysout("CSSEditor.saveEdit propName=propValue: "+propName+" = "+propValue+"\n")
7624 var propValue=m?m[1]:"";
7626 return{value:propValue,priority:priority}