HomeSort by relevance Sort by last modified time
    Searched refs:PropertySpecificKeyframeGroup (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 117 class PropertySpecificKeyframeGroup {
147 typedef HashMap<CSSPropertyID, OwnPtr<PropertySpecificKeyframeGroup> > KeyframeGroupMap;
KeyframeAnimationEffect.cpp 235 KeyframeGroupMap::AddResult result = m_keyframeGroups->add(property, adoptPtr(new PropertySpecificKeyframeGroup));
273 void KeyframeAnimationEffect::PropertySpecificKeyframeGroup::appendKeyframe(PassOwnPtr<PropertySpecificKeyframe> keyframe)
279 void KeyframeAnimationEffect::PropertySpecificKeyframeGroup::removeRedundantKeyframes()
298 void KeyframeAnimationEffect::PropertySpecificKeyframeGroup::addSyntheticKeyframeIfRequired()
318 PassRefPtr<AnimationEffect::CompositableValue> KeyframeAnimationEffect::PropertySpecificKeyframeGroup::sample(int iteration, double offset) const

Completed in 99 milliseconds