Searched refs:Keyframes (Results 1 – 7 of 7) sorted by relevance
76 case Keyframes: in trace()115 case Keyframes: in finalizeGarbageCollectedObject()154 case Keyframes: in destroy()189 case Keyframes: in copy()228 case Keyframes: in createCSSOMWrapper()
48 Keyframes, enumerator59 bool isKeyframesRule() const { return type() == Keyframes; } in isKeyframesRule()
73 DEFINE_STYLE_RULE_TYPE_CASTS(Keyframes);
39 : StyleRuleBase(Keyframes) in StyleRuleKeyframes()
500 case StyleRuleBase::Keyframes: in childRulesHaveFailedOrCanceledSubresources()
32 template <class Keyframes>33 float GetProgress(double t, size_t i, const Keyframes& keyframes) { in GetProgress()
116 …case StyleRule::Keyframes: // Keyframes never cause style invalidations and are handled during she… in ruleAdditionMightRequireDocumentStyleRecalc()