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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateTaskTimer.h38 static void setDelay(double);
H A DMediaPlayerPrivateTaskTimer.cpp43 QTMovieTask::sharedTask()->setTaskTimerFuncs(setDelay, stopTaskTimer);
46 void MediaPlayerPrivateTaskTimer::setDelay(double delayInSeconds) function in class:WebCore::MediaPlayerPrivateTaskTimer
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimationList.cpp43 FILL_UNSET_PROPERTY(isDelaySet, delay, setDelay);
H A DAnimation.h124 void setDelay(double c) { m_delay = c; m_delaySet = true; } function in class:WebCore::Animation
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSToStyleMap.cpp328 animation->setDelay(Animation::initialAnimationDelay());
336 animation->setDelay(primitiveValue->computeTime<double, CSSPrimitiveValue::Seconds>());
H A DDeprecatedStyleBuilder.cpp2445 setPropertyHandler(CSSPropertyWebkitAnimationDelay, ApplyPropertyAnimation<double, &Animation::delay, &Animation::setDelay, &Animation::isDelaySet, &Animation::clearDelay, &Animation::initialAnimationDelay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessAnimations, &RenderStyle::animations>::createHandler());
2572 setPropertyHandler(CSSPropertyWebkitTransitionDelay, ApplyPropertyAnimation<double, &Animation::delay, &Animation::setDelay, &Animation::isDelaySet, &Animation::clearDelay, &Animation::initialAnimationDelay, &CSSToStyleMap::mapAnimationDelay, &RenderStyle::accessTransitions, &RenderStyle::transitions>::createHandler());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm257 [_highlightLongPressGestureRecognizer setDelay:highlightDelay];
262 [_longPressGestureRecognizer setDelay:tapAndHoldDelay];

Completed in 107 milliseconds