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 81 struct CSSPropertyValue {
84 CSSPropertyValue(CSSPropertyID property, CSSValue* value)
87 CSSPropertyValue(CSSPropertyID, const StylePropertySet&);
156 void applyPropertiesToStyle(const CSSPropertyValue* properties, size_t count, RenderStyle*);
StyleResolver.cpp     [all...]

Completed in 72 milliseconds