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 186 bool setMillisecondsSinceEpochForDateInternal(double ms);
DateComponents.cpp 506 bool DateComponents::setMillisecondsSinceEpochForDateInternal(double ms)
520 if (!setMillisecondsSinceEpochForDateInternal(round(ms)))
535 if (!setMillisecondsSinceEpochForDateInternal(ms))
557 if (!setMillisecondsSinceEpochForDateInternal(round(ms)))

Completed in 506 milliseconds