Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DDateComponents.h143 static inline double minimumTime() { return 0; } // 00:00:00.000 in minimumTime() function
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp625 SMILTime SVGSMILElement::findInstanceTime(BeginOrEnd beginOrEnd, SMILTime minimumTime, bool equalsM… in findInstanceTime()