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.h95 struct CSSPropertyValue { struct
96 CSSPropertyValue(CSSPropertyID property, CSSValue* value) in CSSPropertyValue() function
100 CSSPropertyID property;
101 CSSValue* value;
DStyleResolver.cpp1441 CSSPropertyValue::CSSPropertyValue(CSSPropertyID id, const StylePropertySet& propertySet) in CSSPropertyValue() function in WebCore::CSSPropertyValue