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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.h41 double beginTime);
85 double beginTime);
88 double beginTime);
98 double beginTime);
101 double beginTime);
H A DAndroidAnimation.cpp47 double beginTime)
48 : m_beginTime(beginTime)
194 double beginTime)
197 beginTime));
202 double beginTime)
203 : AndroidAnimation(AnimatedPropertyOpacity, animation, operations, beginTime)
258 double beginTime)
260 return adoptRef(new AndroidTransformAnimation(animation, operations, beginTime));
265 double beginTime)
266 : AndroidAnimation(AnimatedPropertyWebkitTransform, animation, operations, beginTime)
44 AndroidAnimation(AnimatedPropertyID type, const Animation* animation, KeyframeValueList* operations, double beginTime) argument
191 create( const Animation* animation, KeyframeValueList* operations, double beginTime) argument
200 AndroidOpacityAnimation(const Animation* animation, KeyframeValueList* operations, double beginTime) argument
255 create( const Animation* animation, KeyframeValueList* operations, double beginTime) argument
263 AndroidTransformAnimation(const Animation* animation, KeyframeValueList* operations, double beginTime) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayerClient.h51 virtual void platformCALayerAnimationStarted(CFTimeInterval beginTime) = 0;
H A DPlatformCALayer.h77 void animationStarted(CFTimeInterval beginTime) argument
80 m_owner->platformCALayerAnimationStarted(beginTime);
H A DPlatformCAAnimation.h78 CFTimeInterval beginTime() const;
H A DGraphicsLayerCA.h136 virtual void platformCALayerAnimationStarted(CFTimeInterval beginTime);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h99 double beginTime);
103 double beginTime,
108 double beginTime);
H A DGraphicsLayerAndroid.cpp889 double beginTime)
899 beginTime,
905 beginTime);
913 const Animation* animation, const String& keyframesName, double beginTime)
916 ALOGV("createAnimationFromKeyframes(%d), name(%s) beginTime(%.2f)",
917 isKeyframe, keyframesName.ascii().data(), beginTime);
938 beginTime);
961 double beginTime,
965 ALOGV("createTransformAnimationFromKeyframes, name(%s) beginTime(%.2f)",
966 keyframesName.ascii().data(), beginTime);
885 addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double beginTime) argument
912 createAnimationFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& keyframesName, double beginTime) argument
958 createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& keyframesName, double beginTime, const IntSize& boxSize) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm185 animation->setBeginTime(beginTime());
231 CFTimeInterval PlatformCAAnimation::beginTime() const
233 return [m_animation.get() beginTime];
241 // The flag is needed because later beginTime will get changed
H A DPlatformCALayerMac.mm79 startTime = mediaTimeToCurrentTime([animation beginTime]);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DServerSocketChannelTest.java518 long beginTime = System.currentTimeMillis();
522 if (System.currentTimeMillis() - beginTime > 10000){
H A DDatagramChannelTest.java2068 long beginTime = System.currentTimeMillis();
2072 if (System.currentTimeMillis() - beginTime > 3000){
2186 long beginTime = System.currentTimeMillis();
2190 if (System.currentTimeMillis() - beginTime > 3000){
H A DFileChannelTest.java2873 long beginTime = System.currentTimeMillis();
2877 if (System.currentTimeMillis() - beginTime > TIME_OUT) {
2922 long beginTime = System.currentTimeMillis();
2926 if (System.currentTimeMillis() - beginTime > TIME_OUT) {
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp176 animation->setBeginTime(beginTime());
220 CFTimeInterval PlatformCAAnimation::beginTime() const function in class:PlatformCAAnimation
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp185 virtual void platformCALayerAnimationStarted(CFTimeInterval beginTime) { } argument
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp101 virtual void platformCALayerAnimationStarted(CFTimeInterval beginTime) { } argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2453 milliseconds