Home | History | Annotate | Download | only in chromium

Lines Matching defs:pauseTransitionAtTimeOnElementWithId

125     bindMethod("pauseTransitionAtTimeOnElementWithId", &LayoutTestController::pauseTransitionAtTimeOnElementWithId);
922 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const WebString& propertyName, double time, const WebString& elementId)
1002 void LayoutTestController::pauseTransitionAtTimeOnElementWithId(const CppArgumentList& arguments, CppVariant* result)
1009 result->set(pauseTransitionAtTimeOnElementWithId(propertyName, time, elementId));