Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.cpp81 case Keyframes: in destroy()
118 case Keyframes: in copy()
160 case Keyframes: in createCSSOMWrapper()
DCSSKeyframesRule.h71 DEFINE_STYLE_RULE_TYPE_CASTS(Keyframes);
DStyleRule.h48 Keyframes, enumerator
60 bool isKeyframesRule() const { return type() == Keyframes; } in isKeyframesRule()
DCSSKeyframesRule.cpp38 : StyleRuleBase(Keyframes) in StyleRuleKeyframes()
DStyleInvalidationAnalysis.cpp117 …case StyleRule::Keyframes: // Keyframes never cause style invalidations and are handled during she… in ruleAdditionMightRequireDocumentStyleRecalc()
DStyleSheetContents.cpp474 case StyleRuleBase::Keyframes: in childRulesHaveFailedOrCanceledSubresources()
/external/libvpx/libvpx/examples/
Dforce_keyframe.txt12 Keyframes can be forced by setting the VPX_EFLAG_FORCE_KF bit of the
/external/chromium_org/cc/animation/
Dkeyframed_animation_curve.cc30 template <class Keyframes>
31 float GetProgress(double t, size_t i, const Keyframes& keyframes) { in GetProgress()