Searched refs:prpValue (Results 1 – 2 of 2) sorted by relevance
243 void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> prpValue, … in setProperty() argument247 setProperty(CSSProperty(propertyID, prpValue, important)); in setProperty()253 RefPtr<CSSValue> value = prpValue; in setProperty()
1586 void CSSParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtr<CSSValue> prpValue, bo… in addExpandedPropertyForValue() argument1591 addProperty(propId, prpValue, important); in addExpandedPropertyForValue()1595 RefPtr<CSSValue> value = prpValue; in addExpandedPropertyForValue()