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

  /external/chromium_org/base/time/
pr_time_unittest.cc 33 struct tm local_comparison_tm = { variable in typeref:struct:__anon7197::PRTimeTest::tm
45 mktime(&local_comparison_tm) * Time::kMicrosecondsPerSecond;
time_unittest.cc 30 struct tm local_comparison_tm = { variable in typeref:struct:TimeTest::tm
42 time_t converted_time = mktime(&local_comparison_tm);

Completed in 114 milliseconds