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

  /external/webkit/WebCore/html/
DateComponents.h 153 String toStringForTime(SecondFormat) const;
DateComponents.cpp 635 String DateComponents::toStringForTime(SecondFormat format) const
664 + toStringForTime(format) + String("Z");
667 + toStringForTime(format);
671 return toStringForTime(format);

Completed in 12 milliseconds