Searched refs:replacedProperties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DSampledEffect.cpp45 void SampledEffect::removeReplacedInterpolationsIfNeeded(const BitArray<numCSSProperties>& replacedProperties) argument
52 if (!replacedProperties.get(toStyleInterpolation(m_interpolations->at(i).get())->id()))
H A DAnimationStack.cpp122 BitArray<numCSSProperties> replacedProperties; local
125 effect.removeReplacedInterpolationsIfNeeded(replacedProperties);
128 replacedProperties.set(toStyleInterpolation(effect.interpolations()[i].get())->id());

Completed in 88 milliseconds