Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSParser.cpp3702 struct ShadowParseContext { struct
3703 ShadowParseContext(CSSPropertyID prop) in ShadowParseContext() function
3715 bool allowLength() { return allowX || allowY || allowBlur || allowSpread; } in allowLength()
3717 void commitValue() in commitValue()
3745 void commitLength(CSSParserValue* v) in commitLength()
3773 void commitColor(PassRefPtr<CSSPrimitiveValue> val) in commitColor()
3787 void commitStyle(CSSParserValue* v) in commitStyle()
3800 CSSPropertyID property;
3802 RefPtr<CSSValueList> values;
3803 RefPtr<CSSPrimitiveValue> x;
[all …]