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

  /external/webkit/Source/WebCore/html/
DateComponents.h 44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
61 int millisecond() const { return m_millisecond; } function in class:WebCore::DateComponents
71 None, // Suppress the second part and the millisecond part if they are 0.
72 Second, // Always show the second part, and suppress the millisecond part if it is 0.
73 Millisecond // Always show the second part and the millisecond part.
99 // Sets hour, minute, second and millisecond.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 33 milliseconds