Home
last modified time | relevance | path

Searched refs:propertySetVector (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DElementAnimation.cpp78 Vector<RefPtr<MutableStylePropertySet> > propertySetVector; in startAnimation() local
82 propertySetVector.append(propertySet); in startAnimation()
125 …ect> effect = StyleResolver::createKeyframeAnimationEffect(*element, propertySetVector, keyframes); in startAnimation()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp868 …t(Element& element, const Vector<RefPtr<MutableStylePropertySet> >& propertySetVector, KeyframeAni… in createKeyframeAnimationEffect() argument
871 ASSERT(propertySetVector.size() == keyframes.size()); in createKeyframeAnimationEffect()
876 for (unsigned i = 0; i < propertySetVector.size(); ++i) { in createKeyframeAnimationEffect()
877 for (unsigned j = 0; j < propertySetVector[i]->propertyCount(); ++j) { in createKeyframeAnimationEffect()
878 CSSPropertyID id = propertySetVector[i]->propertyAt(j).id(); in createKeyframeAnimationEffect()
879 … StyleBuilder::applyProperty(id, state, propertySetVector[i]->getPropertyCSSValue(id).get()); in createKeyframeAnimationEffect()