Searched refs:notifyAnimationFinished (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebAnimationDelegate.h | 39 …virtual void notifyAnimationFinished(double wallClockTime, double monotonicTime, WebAnimation::Tar…
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
D | web_to_cc_animation_delegate_adapter.cc | 29 delegate_->notifyAnimationFinished( in NotifyAnimationFinished()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | LinkHighlight.h | 65 …virtual void notifyAnimationFinished(double wallClockTime, double monotonicTime, blink::WebAnimati…
|
D | LinkHighlight.cpp | 294 void LinkHighlight::notifyAnimationFinished(double, double, blink::WebAnimation::TargetProperty) in notifyAnimationFinished() function in blink::LinkHighlight
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
D | InfoBarTestAnimationListener.java | 70 public void notifyAnimationFinished(int animationType) { in notifyAnimationFinished() method in InfoBarTestAnimationListener
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
D | InfoBarContainer.java | 44 void notifyAnimationFinished(int animationType); in notifyAnimationFinished() method 491 mAnimationListener.notifyAnimationFinished(mAnimation.getAnimationType());
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsLayer.h | 300 …virtual void notifyAnimationFinished(double wallClockTime, double monotonicTime, blink::WebAnimati…
|
D | GraphicsLayer.cpp | 1235 void GraphicsLayer::notifyAnimationFinished(double, double, WebAnimation::TargetProperty) in notifyAnimationFinished() function in WebCore::GraphicsLayer
|