RepeatEvent 52 Source/core/svg/animation/SVGSMILElement.cpp static PassRefPtrWillBeRawPtr<RepeatEvent> create(const AtomicString& type, int repeat) RepeatEvent 54 Source/core/svg/animation/SVGSMILElement.cpp return adoptRefWillBeNoop(new RepeatEvent(type, false, false, repeat)); RepeatEvent 67 Source/core/svg/animation/SVGSMILElement.cpp RepeatEvent(const AtomicString& type, bool canBubble, bool cancelable, int repeat = -1) RepeatEvent 77 Source/core/svg/animation/SVGSMILElement.cpp inline RepeatEvent* toRepeatEvent(Event* event) RepeatEvent 80 Source/core/svg/animation/SVGSMILElement.cpp return static_cast<RepeatEvent*>(event); RepeatEvent 1327 Source/core/svg/animation/SVGSMILElement.cpp dispatchEvent(RepeatEvent::create(eventType, repeatEventCount));