Searched refs:toStringForTime (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.h185 String toStringForTime(SecondFormat) const;
H A DDateComponents.cpp680 String DateComponents::toStringForTime(SecondFormat format) const function in class:WebCore::DateComponents
711 + toStringForTime(format) + String("Z");
714 + toStringForTime(format);
718 return toStringForTime(format);

Completed in 176 milliseconds