Searched defs:CSSPropertyValue (Results 1 – 2 of 2) sorted by relevance
95 struct CSSPropertyValue { struct96 CSSPropertyValue(CSSPropertyID property, CSSValue* value) in CSSPropertyValue() function100 CSSPropertyID property;101 CSSValue* value;
1441 CSSPropertyValue::CSSPropertyValue(CSSPropertyID id, const StylePropertySet& propertySet) in CSSPropertyValue() function in WebCore::CSSPropertyValue