Searched defs:BeginOrEnd (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h119 enum BeginOrEnd { enum in class:WebCore::SVGSMILElement
124 SMILTime findInstanceTime(BeginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const;
144 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
146 BeginOrEnd m_beginOrEnd;
154 bool parseCondition(const String&, BeginOrEnd beginOrEnd);
155 void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);

Completed in 43 milliseconds