Searched refs:minimumTime (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DTimeInputType.cpp76 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumTime());
H A DDateComponents.h143 static inline double minimumTime() { return 0; } // 00:00:00.000 function in class:WebCore::DateComponents
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h124 SMILTime findInstanceTime(BeginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const;
H A DSVGSMILElement.cpp625 SMILTime SVGSMILElement::findInstanceTime(BeginOrEnd beginOrEnd, SMILTime minimumTime, bool equalsMinimumOK) const argument
638 if (time >= minimumTime)
640 } else if (time > minimumTime)

Completed in 91 milliseconds