Home | History | Annotate | Download | only in animation

Lines Matching refs:SVGSMILElement

35 #include "SVGSMILElement.h"
65 void SMILTimeContainer::schedule(SVGSMILElement* animation)
75 void SMILTimeContainer::unschedule(SVGSMILElement* animation)
149 if (SVGSMILElement::isSMILElement(node))
150 static_cast<SVGSMILElement*>(node)->setDocumentOrderIndex(timingElementCount++);
157 bool operator()(SVGSMILElement* a, SVGSMILElement* b)
172 void SMILTimeContainer::sortByPriority(Vector<SVGSMILElement*>& smilElements, SMILTime elapsed)
179 static bool applyOrderSortFunction(SVGSMILElement* a, SVGSMILElement* b)
186 static void sortByApplyOrder(Vector<SVGSMILElement*>& smilElements)
229 Vector<SVGSMILElement*> toAnimate;
235 SVGSMILElement* animation = toAnimate[n];
257 typedef HashMap<ElementAttributePair, SVGSMILElement*> ResultElementMap;
260 SVGSMILElement* animation = toAnimate[n];
276 SVGSMILElement* resultElement = resultsElements.get(key);
296 Vector<SVGSMILElement*> animationsToApply;