Home
last modified time | relevance | path

Searched refs:Millisecond (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DDateComponents.h85 Millisecond // Always show the second part and the millisecond part. enumerator
DDateComponents.cpp671 effectiveFormat = Millisecond; in toStringForTime()
683 case Millisecond: in toStringForTime()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseDateAndTimeInputType.cpp145 return date.toString(DateComponents::Millisecond); in serializeWithComponents()