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

/external/webkit/Source/WebCore/html/
H A DDateComponents.h165 String toStringForTime(SecondFormat) const;
H A DDateComponents.cpp682 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 120 milliseconds