Home
last modified time | relevance | path

Searched refs:Keyframes (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.cpp76 case Keyframes: in trace()
115 case Keyframes: in finalizeGarbageCollectedObject()
154 case Keyframes: in destroy()
189 case Keyframes: in copy()
228 case Keyframes: in createCSSOMWrapper()
DStyleRule.h48 Keyframes, enumerator
59 bool isKeyframesRule() const { return type() == Keyframes; } in isKeyframesRule()
DCSSKeyframesRule.h73 DEFINE_STYLE_RULE_TYPE_CASTS(Keyframes);
DCSSKeyframesRule.cpp39 : StyleRuleBase(Keyframes) in StyleRuleKeyframes()
DStyleSheetContents.cpp500 case StyleRuleBase::Keyframes: in childRulesHaveFailedOrCanceledSubresources()
/external/chromium_org/cc/animation/
Dkeyframed_animation_curve.cc32 template <class Keyframes>
33 float GetProgress(double t, size_t i, const Keyframes& keyframes) { in GetProgress()
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DStyleSheetInvalidationAnalysis.cpp116 …case StyleRule::Keyframes: // Keyframes never cause style invalidations and are handled during she… in ruleAdditionMightRequireDocumentStyleRecalc()