HomeSort by relevance Sort by last modified time
    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