HomeSort by relevance Sort by last modified time
    Searched refs:findInstanceTime (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 625 SMILTime SVGSMILElement::findInstanceTime(BeginOrEnd beginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const
689 SMILTime tempBegin = findInstanceTime(Begin, beginAfter, true);
696 tempEnd = findInstanceTime(End, tempBegin, true);
698 tempEnd = findInstanceTime(End, tempBegin, false);
763 SMILTime newBegin = findInstanceTime(Begin, elapsed, false);
784 SMILTime newEnd = findInstanceTime(End, m_intervalBegin, false);
809 SMILTime nextBegin = findInstanceTime(Begin, m_intervalBegin, false);
    [all...]
SVGSMILElement.h 124 SMILTime findInstanceTime(BeginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const;

Completed in 20 milliseconds