OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMillisecondsSinceEpochForDateInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h
183
bool
setMillisecondsSinceEpochForDateInternal
(double ms);
DateComponents.cpp
503
bool DateComponents::
setMillisecondsSinceEpochForDateInternal
(double ms)
517
if (!
setMillisecondsSinceEpochForDateInternal
(round(ms)))
532
if (!
setMillisecondsSinceEpochForDateInternal
(ms))
554
if (!
setMillisecondsSinceEpochForDateInternal
(round(ms)))
Completed in 28 milliseconds