Searched defs:animationId (Results 1 – 10 of 10) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | SpriteAnimation.java | 32 public SpriteAnimation(int animationId, int frameCount) { in SpriteAnimation()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.cpp | 391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, do… in pauseSVGAnimation()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 367 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time,… in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.cpp | 513 bool LayoutTestController::sampleSVGAnimationForElementAtTime(const QString& animationId, in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 732 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time,… in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.cpp | 297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, doubl… in pauseSVGAnimation()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 1083 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time,… in sampleSVGAnimationForElementAtTime()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1863 bool WebFrameImpl::pauseSVGAnimation(const WebString& animationId, double time, const WebString& el… in pauseSVGAnimation()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.cpp | 1046 WebString animationId = cppVariantToWebString(arguments[0]); in sampleSVGAnimationForElementAtTime() local
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.cpp | 1805 …JSRetainPtr<JSStringRef> animationId(Adopt, JSValueToStringCopy(context, arguments[0], exception)); in sampleSVGAnimationForElementAtTimeCallback() local
|