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

  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 113 SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;
SVGSMILElement.cpp 612 SMILTime SVGSMILElement::resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const
647 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
656 tempEnd = resolveActiveEnd(tempBegin, tempEnd);
738 newEnd = resolveActiveEnd(m_intervalBegin, newEnd);
    [all...]

Completed in 52 milliseconds