Home | History | Annotate | Download | only in style

Lines Matching defs:animations

118     friend class AnimatedStyleBuilder; // Used by Web Animations CSS. Sets the color styles
119 friend class CSSAnimatableValueFactory; // Used by Web Animations CSS. Gets visited and unvisited colors separately.
120 friend class CSSPropertyEquality; // Used by CSS animations. We can't allow them to animate based off visited colors.
904 const CSSAnimationData* animations() const { return rareNonInheritedData->m_animations.get(); }