Searched refs:keyframeStylesForAnimation (Results 1 – 6 of 6) sorted by relevance
59 const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
105 const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const StringImpl* animati… in keyframeStylesForAnimation() function in WebCore::ScopedStyleResolver
125 void keyframeStylesForAnimation(Element*, const RenderStyle&, KeyframeList&);
805 void StyleResolver::keyframeStylesForAnimation(Element* e, const RenderStyle& elementStyle, Keyfram… in keyframeStylesForAnimation() function in WebCore::StyleResolver
56 …m_object->document().ensureStyleResolver().keyframeStylesForAnimation(toElement(m_object->node()),… in KeyframeAnimation()
336 …return resolver->styleTreeScopedStyleResolverForDocument()->keyframeStylesForAnimation(animationNa… in matchScopedKeyframesRule()344 …if (const StyleRuleKeyframes* keyframesRule = stack.at(i)->keyframeStylesForAnimation(animationNam… in matchScopedKeyframesRule()