Searched defs:pauseTransitionAtTimeOnElementWithId (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp125 bindMethod("pauseTransitionAtTimeOnElementWithId", &LayoutTestController::pauseTransitionAtTimeOnElementWithId);
922 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const WebString& propertyName, double time, const WebString& elementId) function in class:LayoutTestController
1002 void LayoutTestController::pauseTransitionAtTimeOnElementWithId(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
1009 result->set(pauseTransitionAtTimeOnElementWithId(propertyName, time, elementId));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp722 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp504 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const QString& propertyName, function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1058 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp314 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId) function in class:LayoutTestController

Completed in 131 milliseconds