Home | History | Annotate | Download | only in animation

Lines Matching full:baseid

106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
109 , m_baseID(baseID)
309 String baseID;
314 baseID = conditionString.left(pos);
331 if (baseID.isEmpty())
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));