HomeSort by relevance Sort by last modified time
    Searched refs:gmtTimeZone (Results 1 - 4 of 4) 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...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 

Completed in 548 milliseconds