Home | History | Annotate | Download | only in animation

Lines Matching defs:repeats

111 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
117 , m_repeats(repeats)
294 int repeats = -1;
298 repeats = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok);
313 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));