Home | History | Annotate | Download | only in animation

Lines Matching refs:BeginOrEnd

108         enum BeginOrEnd { Begin, End };
109 SMILTime findInstanceTime(BeginOrEnd beginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const;
124 Condition(Type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
126 BeginOrEnd m_beginOrEnd;
134 bool parseCondition(const String&, BeginOrEnd beginOrEnd);
135 void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);