repeat 26 Source/core/css/CSSBorderImage.cpp PassRefPtrWillBeRawPtr<CSSValue> borderSlice, PassRefPtrWillBeRawPtr<CSSValue> outset, PassRefPtrWillBeRawPtr<CSSValue> repeat) repeat 46 Source/core/css/CSSBorderImage.cpp if (repeat) repeat 47 Source/core/css/CSSBorderImage.cpp list->append(repeat); repeat 30 Source/core/css/CSSBorderImage.h PassRefPtrWillBeRawPtr<CSSValue> outset, PassRefPtrWillBeRawPtr<CSSValue> repeat); repeat 538 Source/core/css/CSSComputedStyleDeclaration.cpp RefPtrWillBeRawPtr<CSSValue> repeat = valueForNinePieceImageRepeat(image); repeat 540 Source/core/css/CSSComputedStyleDeclaration.cpp return createBorderImageValue(imageValue.release(), imageSlices.release(), borderSlices.release(), outset.release(), repeat.release()); repeat 119 Source/core/css/CSSGradientValue.h CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) repeat 123 Source/core/css/CSSGradientValue.h , m_repeating(repeat == Repeating) repeat 166 Source/core/css/CSSGradientValue.h static PassRefPtrWillBeRawPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient) repeat 168 Source/core/css/CSSGradientValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSLinearGradientValue(repeat, gradientType)); repeat 188 Source/core/css/CSSGradientValue.h CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient) repeat 189 Source/core/css/CSSGradientValue.h : CSSGradientValue(LinearGradientClass, repeat, gradientType) repeat 206 Source/core/css/CSSGradientValue.h static PassRefPtrWillBeRawPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient) repeat 208 Source/core/css/CSSGradientValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSRadialGradientValue(repeat, gradientType)); repeat 235 Source/core/css/CSSGradientValue.h CSSRadialGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient) repeat 236 Source/core/css/CSSGradientValue.h : CSSGradientValue(RadialGradientClass, repeat, gradientType) repeat 5757 Source/core/css/parser/CSSPropertyParser.cpp void commitRepeat(PassRefPtrWillBeRawPtr<CSSValue> repeat) repeat 5759 Source/core/css/parser/CSSPropertyParser.cpp m_repeat = repeat; repeat 5854 Source/core/css/parser/CSSPropertyParser.cpp RefPtrWillBeRawPtr<CSSValue> repeat = nullptr; repeat 5855 Source/core/css/parser/CSSPropertyParser.cpp if (parser.parseBorderImageRepeat(repeat)) repeat 5856 Source/core/css/parser/CSSPropertyParser.cpp context.commitRepeat(repeat.release()); repeat 123 Source/core/events/KeyboardEvent.cpp , m_isAutoRepeat(initializer.repeat) repeat 45 Source/core/events/KeyboardEvent.h bool repeat; repeat 97 Source/core/events/KeyboardEvent.h bool repeat() const { return m_isAutoRepeat; } repeat 79 Source/core/svg/SVGAnimationElement.h DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(repeat, repeatEvent); repeat 160 Source/core/svg/SVGAnimationElement.h virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE; repeat 54 Source/core/svg/SVGDiscardElement.h virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE { } repeat 52 Source/core/svg/animation/SVGSMILElement.cpp static PassRefPtrWillBeRawPtr<RepeatEvent> create(const AtomicString& type, int repeat) repeat 54 Source/core/svg/animation/SVGSMILElement.cpp return adoptRefWillBeNoop(new RepeatEvent(type, false, false, repeat)); repeat 67 Source/core/svg/animation/SVGSMILElement.cpp RepeatEvent(const AtomicString& type, bool canBubble, bool cancelable, int repeat = -1) repeat 69 Source/core/svg/animation/SVGSMILElement.cpp , m_repeat(repeat) repeat 159 Source/core/svg/animation/SVGSMILElement.cpp SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat) repeat 165 Source/core/svg/animation/SVGSMILElement.cpp , m_repeat(repeat) repeat 455 Source/core/svg/animation/SVGSMILElement.cpp int repeat = -1; repeat 457 Source/core/svg/animation/SVGSMILElement.cpp repeat = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok); repeat 472 Source/core/svg/animation/SVGSMILElement.cpp m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeat)); repeat 1077 Source/core/svg/animation/SVGSMILElement.cpp float SVGSMILElement::calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const repeat 1080 Source/core/svg/animation/SVGSMILElement.cpp repeat = 0; repeat 1082 Source/core/svg/animation/SVGSMILElement.cpp repeat = 0; repeat 1086 Source/core/svg/animation/SVGSMILElement.cpp repeat = 0; repeat 1094 Source/core/svg/animation/SVGSMILElement.cpp repeat = static_cast<unsigned>(repeatingDuration.value() / simpleDuration.value()); repeat 1096 Source/core/svg/animation/SVGSMILElement.cpp repeat--; repeat 1104 Source/core/svg/animation/SVGSMILElement.cpp repeat = static_cast<unsigned>(activeTime.value() / simpleDuration.value()); repeat 1184 Source/core/svg/animation/SVGSMILElement.cpp unsigned repeat = 0; repeat 1185 Source/core/svg/animation/SVGSMILElement.cpp float percent = calculateAnimationPercentAndRepeat(elapsed, repeat); repeat 1202 Source/core/svg/animation/SVGSMILElement.cpp if (repeat && repeat != m_lastRepeat) repeat 1203 Source/core/svg/animation/SVGSMILElement.cpp dispatchRepeatEvents(repeat); repeat 1205 Source/core/svg/animation/SVGSMILElement.cpp updateAnimation(percent, repeat, resultElement); repeat 1207 Source/core/svg/animation/SVGSMILElement.cpp m_lastRepeat = repeat; repeat 1222 Source/core/svg/animation/SVGSMILElement.cpp if (repeat) { repeat 1223 Source/core/svg/animation/SVGSMILElement.cpp for (unsigned repeatEventCount = 1; repeatEventCount < repeat; repeatEventCount++) repeat 1226 Source/core/svg/animation/SVGSMILElement.cpp dispatchRepeatEvents(repeat); repeat 1291 Source/core/svg/animation/SVGSMILElement.cpp if (event->type() == "repeatn" && toRepeatEvent(event)->repeat() != condition->m_repeat) repeat 137 Source/core/svg/animation/SVGSMILElement.h virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0; repeat 171 Source/core/svg/animation/SVGSMILElement.h Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1); repeat 205 Source/core/svg/animation/SVGSMILElement.h float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const; repeat 44 Source/wtf/SHA1Test.cpp const char* SHA1HexDigest(const char* input, int repeat) repeat 47 Source/wtf/SHA1Test.cpp for (int i = 0; i < repeat; i++)