Home | History | Annotate | Download | only in animation

Lines Matching refs:repeats

99 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
105 , m_repeats(repeats)
384 int repeats = -1;
388 repeats = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok);
403 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));