HomeSort by relevance Sort by last modified time
    Searched defs:CSSPropertyValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 90 struct CSSPropertyValue {
93 CSSPropertyValue(CSSPropertyID property, CSSValue* value)
96 CSSPropertyValue(CSSPropertyID, const StylePropertySet&);
181 void applyPropertiesToStyle(const CSSPropertyValue* properties, size_t count, RenderStyle*);
StyleResolver.cpp     [all...]

Completed in 56 milliseconds