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

/external/webkit/Source/WebCore/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
/external/nist-sip/java/javax/sip/header/
H A DTimeStampHeader.java9 void setDelay(float delay) throws InvalidArgumentException; method in interface:TimeStampHeader
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTimeStampParser.java111 timeStamp.setDelay(ts);
114 timeStamp.setDelay(ts);
/external/webkit/Source/WebCore/platform/animation/
H A DAnimationList.cpp43 FILL_UNSET_PROPERTY(isDelaySet, delay, setDelay);
H A DAnimation.h100 void setDelay(double c) { m_delay = c; m_delaySet = true; } function in class:WebCore::Animation
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DTimeStamp.java162 public void setDelay(float delay) throws InvalidArgumentException { method in class:TimeStamp
166 + "setDelay(), the delay parameter is <0");
/external/replicaisland/src/com/replica/replicaisland/
H A DLaunchProjectileComponent.java103 final float setDelay = mSetCount > 0 ? mDelayBetweenSets : mDelayBeforeFirstSet;
105 if (gameTime - mSetStartedTime >= setDelay &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-weblogic.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6473 animation->setDelay(Animation::initialAnimationDelay());
6482 animation->setDelay(primitiveValue->getFloatValue());
6484 animation->setDelay(primitiveValue->getFloatValue()/1000.0f);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 239 milliseconds