Home | History | Annotate | Download | only in style

Lines Matching refs:inheritAnimations

1012     void inheritAnimations(const AnimationList* parent) { rareNonInheritedData.access()->m_animations.set(parent ? new AnimationList(*parent) : 0); }