Searched refs:AnimationParseContext (Results 1 – 2 of 2) sorted by relevance
49 class AnimationParseContext; variable167 PassRefPtr<CSSValue> parseAnimationProperty(AnimationParseContext&);172 bool parseAnimationProperty(CSSPropertyID, RefPtr<CSSValue>&, AnimationParseContext&);
142 class AnimationParseContext { class144 AnimationParseContext() in AnimationParseContext() function in WebCore::AnimationParseContext2385 AnimationParseContext context; in parseValue()3079 AnimationParseContext context; in parseAnimationShorthand()3136 AnimationParseContext context; in parseTransitionShorthand()4307 PassRefPtr<CSSValue> CSSParser::parseAnimationProperty(AnimationParseContext& context) in parseAnimationProperty()4430 …seAnimationProperty(CSSPropertyID propId, RefPtr<CSSValue>& result, AnimationParseContext& context) in parseAnimationProperty()