Home
last modified time | relevance | path

Searched defs:SMILTime (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTime.h36 SMILTime() : m_time(0) { } in SMILTime() function
37 SMILTime(double time) : m_time(time) { ASSERT(!std::isnan(time)); } in SMILTime() function
38 SMILTime(const SMILTime& o) : m_time(o.m_time) { } in SMILTime() function
DSVGSMILElement.cpp954 void SVGSMILElement::endListChanged(SMILTime) in endListChanged() argument