Searched refs:sampleSVGAnimationForElementAtTime (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h178 bool sampleSVGAnimationForElementAtTime(const QString& animationId, double time, const QString& elementId);
H A DLayoutTestControllerQt.cpp513 bool LayoutTestController::sampleSVGAnimationForElementAtTime(const QString& animationId, function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp367 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h234 void sampleSVGAnimationForElementAtTime(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp136 bindMethod("sampleSVGAnimationForElementAtTime", &LayoutTestController::sampleSVGAnimationForElementAtTime);
1040 void LayoutTestController::sampleSVGAnimationForElementAtTime(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h275 bool sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId);
H A DLayoutTestController.cpp1813 return JSValueMakeBoolean(context, controller->sampleSVGAnimationForElementAtTime(animationId.get(), time, elementId.get()));
2226 { "sampleSVGAnimationForElementAtTime", sampleSVGAnimationForElementAtTimeCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp732 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm754 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId)
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1083 bool LayoutTestController::sampleSVGAnimationForElementAtTime(JSStringRef animationId, double time, JSStringRef elementId) function in class:LayoutTestController

Completed in 62 milliseconds