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

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 137 static CFTimeZoneRef gmtTimeZone;
138 if (!gmtTimeZone)
139 gmtTimeZone = CFTimeZoneCopyDefault();
141 CFGregorianDate dateValue = CFAbsoluteTimeGetGregorianDate(time, gmtTimeZone);
145 time = CFGregorianDateGetAbsoluteTime(dateValue, gmtTimeZone);
MediaPlayerPrivateQuickTimeVisualContext.cpp 224 static CFTimeZoneRef gmtTimeZone;
225 if (!gmtTimeZone)
226 gmtTimeZone = CFTimeZoneCopyDefault();
228 CFGregorianDate dateValue = CFAbsoluteTimeGetGregorianDate(time, gmtTimeZone);
232 time = CFGregorianDateGetAbsoluteTime(dateValue, gmtTimeZone);
    [all...]

Completed in 174 milliseconds