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

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

Completed in 20 milliseconds