Home
last modified time | relevance | path

Searched refs:keyframeStylesForAnimation (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleResolver.h59 const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
DScopedStyleResolver.cpp105 const StyleRuleKeyframes* ScopedStyleResolver::keyframeStylesForAnimation(const StringImpl* animati… in keyframeStylesForAnimation() function in WebCore::ScopedStyleResolver
DStyleResolver.h125 void keyframeStylesForAnimation(Element*, const RenderStyle&, KeyframeList&);
DStyleResolver.cpp805 void StyleResolver::keyframeStylesForAnimation(Element* e, const RenderStyle& elementStyle, Keyfram… in keyframeStylesForAnimation() function in WebCore::StyleResolver
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DKeyframeAnimation.cpp56 …m_object->document().ensureStyleResolver().keyframeStylesForAnimation(toElement(m_object->node()),… in KeyframeAnimation()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp336 …return resolver->styleTreeScopedStyleResolverForDocument()->keyframeStylesForAnimation(animationNa… in matchScopedKeyframesRule()
344 …if (const StyleRuleKeyframes* keyframesRule = stack.at(i)->keyframeStylesForAnimation(animationNam… in matchScopedKeyframesRule()