Searched refs:animationId (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp46 extern bool qt_drt_pauseSVGAnimation(QWebFrame*, const QString& animationId, double time, const QString& elementId);
374 bool LayoutTestController::sampleSVGAnimationForElementAtTime(const QString& animationId, argument
380 return qt_drt_pauseSVGAnimation(frame, animationId, time, elementId);
H A DLayoutTestControllerQt.h134 bool sampleSVGAnimationForElementAtTime(const QString& animationId, double time, const QString& elementId);
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp280 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) argument
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp479 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) argument
481 gchar* name = JSStringCopyUTF8CString(animationId);
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h216 bool sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId);
H A DLayoutTestController.cpp1183 JSRetainPtr<JSStringRef> animationId(Adopt, JSValueToStringCopy(context, arguments[0], exception));
1191 return JSValueMakeBoolean(context, controller->sampleSVGAnimationForElementAtTime(animationId.get(), time, elementId.get()));
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitprivate.h314 webkit_web_frame_pause_svg_animation(WebKitWebFrame* frame, const gchar* animationId, double time, const gchar* elementId);
H A Dwebkitwebframe.cpp1022 bool webkit_web_frame_pause_svg_animation(WebKitWebFrame* frame, const gchar* animationId, double time, const gchar* elementId) argument
1029 Element* coreElement = document->getElementById(AtomicString(animationId));
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm517 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
519 RetainPtr<CFStringRef> animationIDCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, animationId));
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp892 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) argument
898 BSTR idBSTR = JSStringCopyBSTR(animationId);
/external/webkit/WebKit/qt/Api/
H A Dqwebframe.cpp154 bool QWEBKIT_EXPORT qt_drt_pauseSVGAnimation(QWebFrame *qframe, const QString &animationId, double time, const QString &elementId) argument
169 Node* coreNode = doc->getElementById(animationId);

Completed in 42 milliseconds