Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp465 Vector<SMILTimeWithOrigin>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes; in parseBeginOrEnd()
761 m_endTimes.append(SMILTimeWithOrigin(endTime, origin)); in addEndTime()
762 sortTimeList(m_endTimes); in addEndTime()
773 const Vector<SMILTimeWithOrigin>& list = beginOrEnd == Begin ? m_beginTimes : m_endTimes; in findInstanceTime()
860 if (m_endTimes.isEmpty()) in resolveInterval()
867 if (!m_endTimes.isEmpty() && !m_hasEndEventConditions) in resolveInterval()
1265 clearTimesWithDynamicOrigins(m_endTimes); in endedActiveInterval()
DSVGSMILElement.h213 Vector<SMILTimeWithOrigin> m_endTimes; variable