HomeSort by relevance Sort by last modified time
    Searched refs:toStringForTime (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
DateComponents.h 165 String toStringForTime(SecondFormat) const;
DateComponents.cpp 682 String DateComponents::toStringForTime(SecondFormat format) const
711 + toStringForTime(format) + String("Z");
714 + toStringForTime(format);
718 return toStringForTime(format);

Completed in 23 milliseconds