Home
last modified time | relevance | path

Searched defs:CSSPropertyValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h81 struct CSSPropertyValue { struct
84 CSSPropertyValue(CSSPropertyID property, CSSValue* value) in CSSPropertyValue() function
88 CSSPropertyID property;
89 RawPtrWillBeMember<CSSValue> value;
DStyleResolver.cpp1500 CSSPropertyValue::CSSPropertyValue(CSSPropertyID id, const StylePropertySet& propertySet) in CSSPropertyValue() function in blink::CSSPropertyValue