Searched defs:CSSPropertyValue (Results 1 – 2 of 2) sorted by relevance
81 struct CSSPropertyValue { struct84 CSSPropertyValue(CSSPropertyID property, CSSValue* value) in CSSPropertyValue() function88 CSSPropertyID property;89 RawPtrWillBeMember<CSSValue> value;
1500 CSSPropertyValue::CSSPropertyValue(CSSPropertyID id, const StylePropertySet& propertySet) in CSSPropertyValue() function in blink::CSSPropertyValue