Home | History | Annotate | Download | only in chromium

Lines Matching refs:propertyName

922 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(const WebString& propertyName, double time, const WebString& elementId)
935 return controller->pauseTransitionAtTime(element, propertyName, time);
1006 WebString propertyName = cppVariantToWebString(arguments[0]);
1009 result->set(pauseTransitionAtTimeOnElementWithId(propertyName, time, elementId));