OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMillisecondsSinceMidnightInternal
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/html/
DateComponents.h
151
void
setMillisecondsSinceMidnightInternal
(double ms);
DateComponents.cpp
461
void DateComponents::
setMillisecondsSinceMidnightInternal
(double msInDay)
500
setMillisecondsSinceMidnightInternal
(positiveFmod(ms, msPerDay));
537
setMillisecondsSinceMidnightInternal
(positiveFmod(round(ms), msPerDay));
Completed in 10 milliseconds