Home
last modified time | relevance | path

Searched refs:findInstanceTime (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp771 SMILTime SVGSMILElement::findInstanceTime(BeginOrEnd beginOrEnd, SMILTime minimumTime, bool equalsM… in findInstanceTime() function in WebCore::SVGSMILElement
856 SMILTime tempBegin = findInstanceTime(Begin, beginAfter, equalsMinimumOK); in resolveInterval()
863 tempEnd = findInstanceTime(End, tempBegin, true); in resolveInterval()
865 tempEnd = findInstanceTime(End, tempBegin, false); in resolveInterval()
931 SMILTime newBegin = findInstanceTime(Begin, eventTime, true); in beginListChanged()
960 SMILTime newEnd = findInstanceTime(End, m_intervalBegin, false); in endListChanged()
987 SMILTime nextBegin = findInstanceTime(Begin, m_intervalBegin, false); in checkRestart()
1006 SMILTime nextBegin = findInstanceTime(Begin, m_intervalBegin, false); in seekToIntervalCorrespondingToTime()
DSVGSMILElement.h145 SMILTime findInstanceTime(BeginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const;