Home | History | Annotate | Download | only in chromium

Lines Matching refs:numberOfActiveAnimations

117     bindMethod("numberOfActiveAnimations", &LayoutTestController::numberOfActiveAnimations);
952 int LayoutTestController::numberOfActiveAnimations()
962 return controller->numberOfActiveAnimations();
1023 void LayoutTestController::numberOfActiveAnimations(const CppArgumentList&, CppVariant* result)
1025 result->set(numberOfActiveAnimations());