Searched defs:pauseAnimationAtTimeOnElementWithId (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
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.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/gtk/
H A DLayoutTestControllerGtk.cpp712 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp495 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(const QString& animationName, function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1033 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) 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

Completed in 122 milliseconds