Home | History | Annotate | Download | only in chromium

Lines Matching defs:animationName

906 bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(const WebString& animationName, double time, const WebString& elementId)
919 return controller->pauseAnimationAtTime(element, animationName, time);
995 WebString animationName = cppVariantToWebString(arguments[0]);
998 result->set(pauseAnimationAtTimeOnElementWithId(animationName, time, elementId));