Home
last modified time | relevance | path

Searched refs:setDuration (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebKit/mac/WebView/
DWebWindowAnimation.m87 - (void)setDuration:(NSTimeInterval)duration
89 [super setDuration:WebWindowAnimationDurationFromDuration(duration)];
157 [self setDuration:_hintedDuration + [self additionalDurationNeededToReachFinalFrame]];
196 - (void)setDuration:(NSTimeInterval)duration
198 [super setDuration:WebWindowAnimationDurationFromDuration(duration)];
/external/nist-sip/java/javax/sip/header/
DRetryAfterHeader.java15 void setDuration(int duration) throws InvalidArgumentException; in setDuration() method
/external/webkit/WebCore/platform/animation/
DAnimationList.cpp39 FILL_UNSET_PROPERTY(isDurationSet, duration, setDuration); in fillUnsetProperties()
DAnimation.h95 void setDuration(double d) { ASSERT(d >= 0); m_duration = d; m_durationSet = true; } in setDuration() function
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java172 public void setDuration(int duration) throws InvalidArgumentException { in setDuration() method in RetryAfter
/external/webkit/WebCore/platform/image-decoders/skia/
DImageDecoderSkia.cpp119 setDuration(other.duration()); in operator =()
/external/webkit/WebCore/platform/image-decoders/qt/
DRGBA32BufferQt.cpp126 setDuration(other.duration()); in operator =()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DRetryAfterParser.java106 retryAfter.setDuration(duration); in parse()
/external/webkit/WebCore/platform/graphics/qt/
DImageDecoderQt.cpp198 buffer->setDuration(m_reader->nextImageDelay()); in internalHandleCurrentImage()
/external/webkit/WebKit/qt/QGVLauncher/
Dmain.cpp201 animation->setDuration(1000); in animatedFlip()
320 yRotationAnim->setDuration(1000); in init()
/external/webkit/WebCore/platform/image-decoders/
DImageDecoder.cpp174 setDuration(other.duration()); in operator =()
DImageDecoder.h131 void setDuration(unsigned duration) { m_duration = duration; } in setDuration() function
/external/webkit/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp360 buffer.setDuration(frameDuration); in frameComplete()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm1640 [to setDuration:[from duration]];
1862 [propertyAnim setDuration:duration];
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp5639 animation->setDuration(Animation::initialAnimationDuration()); in mapAnimationDuration()
5648 animation->setDuration(primitiveValue->getFloatValue()); in mapAnimationDuration()
5650 animation->setDuration(primitiveValue->getFloatValue()/1000.0f); in mapAnimationDuration()
/external/webkit/WebCore/
DChangeLog-2006-05-1023742 (WebCore::RGBA32Buffer::setDuration):
24412 (WebCore::RGBA32Buffer::setDuration):
24468 (WebCore::RGBA32Buffer::setDuration):
DChangeLog-2009-06-167337 (WebCore::RGBA32Buffer::setDuration):
49844 (WebCore::RGBA32Buffer::setDuration):
DChangeLog-2008-08-1028419 (WebCore::Transition::setDuration):