Searched refs:pauseAnimationAtTimeOnElementWithId (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl76 boolean pauseAnimationAtTimeOnElementWithId(in DOMString animationName, in double time, in DOMString elementId);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h98 bool pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId);
H A DLayoutTestController.cpp164 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h228 void pauseAnimationAtTimeOnElementWithId(const CppArgumentList&, CppVariant*);
475 bool pauseAnimationAtTimeOnElementWithId(const WebKit::WebString& animationName, double time, const WebKit::WebString& elementId);
H A DLayoutTestController.cpp124 bindMethod("pauseAnimationAtTimeOnElementWithId", &LayoutTestController::pauseAnimationAtTimeOnElementWithId);
906 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(const WebString& animationName, double time, const WebString& elementId) function in class:LayoutTestController
991 void LayoutTestController::pauseAnimationAtTimeOnElementWithId(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
998 result->set(pauseAnimationAtTimeOnElementWithId(animationName, time, elementId));
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h176 bool pauseAnimationAtTimeOnElementWithId(const QString& animationName, double time, const QString& elementId);
H A DLayoutTestControllerQt.cpp495 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(const QString& animationName, function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp361 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h273 bool pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId);
H A DLayoutTestController.cpp1781 return JSValueMakeBoolean(context, controller->pauseAnimationAtTimeOnElementWithId(animationName.get(), time, elementId.get()));
2224 { "pauseAnimationAtTimeOnElementWithId", pauseAnimationAtTimeOnElementWithIdCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp712 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm734 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId)
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1033 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) function in class:LayoutTestController

Completed in 145 milliseconds