Searched defs:animationId (Results 1 - 9 of 9) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java32 public SpriteAnimation(int animationId, int frameCount) { argument
38 setPhase(animationId);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp391 bool DumpRenderTreeSupportGtk::pauseSVGAnimation(WebKitWebFrame* frame, const char* animationId, double time, const char* elementId) argument
398 Element* coreElement = document->getElementById(AtomicString(animationId));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp297 bool DumpRenderTreeSupportQt::pauseSVGAnimation(QWebFrame *frame, const QString &animationId, double time, const QString &elementId) argument
312 Node* coreNode = doc->getElementById(animationId);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp1046 WebString animationId = cppVariantToWebString(arguments[0]); local
1049 bool success = m_shell->webView()->mainFrame()->pauseSVGAnimation(animationId, time, elementId);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp732 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) argument
734 gchar* name = JSStringCopyUTF8CString(animationId);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp513 bool LayoutTestController::sampleSVGAnimationForElementAtTime(const QString& animationId, argument
519 return DumpRenderTreeSupportQt::pauseSVGAnimation(frame, animationId, time, elementId);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1083 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) argument
1089 BSTR idBSTR = JSStringCopyBSTR(animationId);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp367 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) argument
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1863 bool WebFrameImpl::pauseSVGAnimation(const WebString& animationId, double time, const WebString& elementId) argument
1875 Node* coreNode = document->getElementById(animationId);

Completed in 201 milliseconds