Home
last modified time | relevance | path

Searched refs:initialAnimationDuration (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/animation/
H A DAnimation.cpp32 , m_duration(initialAnimationDuration()) in Animation()
H A DAnimation.h154 static double initialAnimationDuration() { return 0; } in initialAnimationDuration() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp535 …list->append(primitiveValueCache->createValue(Animation::initialAnimationDuration(), CSSPrimitiveV… in getDurationValue()
H A DCSSStyleSelector.cpp6205 animation->setDuration(Animation::initialAnimationDuration()); in mapAnimationDuration()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1657138 (WebCore::Animation::initialAnimationDuration):