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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.h 79 struct SMILInterval {
80 SMILInterval() { }
81 SMILInterval(const SMILTime& begin, const SMILTime& end) : begin(begin), end(end) { }
104 inline bool operator!=(const SMILInterval& a, const SMILInterval& b)
SVGSMILElement.h 157 SMILInterval resolveInterval(ResolveInterval) const;
254 SMILInterval m_interval;
SVGSMILElement.cpp 180 , m_interval(SMILInterval(SMILTime::unresolved(), SMILTime::unresolved()))
905 SMILInterval SVGSMILElement::resolveInterval(ResolveInterval resolveIntervalType) const
    [all...]

Completed in 50 milliseconds