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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 403 tm *tm_for_timezone = localtime((time_t *)&gmt); local
404 *seconds = gmt + tm_for_timezone->tm_gmtoff;
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 386 tm *tm_for_timezone = localtime((time_t *)&gmt); local
387 *seconds = gmt + tm_for_timezone->tm_gmtoff;

Completed in 173 milliseconds