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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSCrossfadeValue.cpp200 double toPercentage = m_percentageValue->getDoubleValue(); local
202 toPercentage /= 100.0;
203 crossfadeValue->setPercentage(CSSPrimitiveValue::create(blendFunc(fromPercentage, toPercentage, progress), CSSPrimitiveValue::CSS_NUMBER));

Completed in 154 milliseconds