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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 128 SMILTime resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const;
SVGSMILElement.cpp 659 SMILTime SVGSMILElement::resolveActiveEnd(SMILTime resolvedBegin, SMILTime resolvedEnd) const
694 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
703 tempEnd = resolveActiveEnd(tempBegin, tempEnd);
786 newEnd = resolveActiveEnd(m_intervalBegin, newEnd);
    [all...]

Completed in 19 milliseconds