Searched refs:local_time (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/time/
H A Dpr_time_unittest.cc54 struct tm local_time = {0}; local
57 localtime_s(&local_time, &current_time);
58 asctime_s(time_buf, arraysize(time_buf), &local_time);
60 localtime_r(&current_time, &local_time);
61 asctime_r(&local_time, time_buf);
H A Dtime_unittest.cc167 struct tm local_time = {0}; local
170 localtime_s(&local_time, &current_time);
171 asctime_s(time_buf, arraysize(time_buf), &local_time);
173 localtime_r(&current_time, &local_time);
174 asctime_r(&local_time, time_buf);
/external/chromium_org/chrome/browser/google_apis/
H A Dtime_util_unittest.cc25 base::Time local_time = base::Time::FromLocalExploded(exploded); local
34 EXPECT_EQ(local_time, test_time);
/external/chromium/base/
H A Dpr_time_unittest.cc53 struct tm local_time = {0}; local
56 localtime_s(&local_time, &current_time);
57 asctime_s(time_buf, arraysize(time_buf), &local_time);
59 localtime_r(&current_time, &local_time);
60 asctime_r(&local_time, time_buf);
H A Dlogging.cc666 struct tm local_time = {0}; local
668 localtime_s(&local_time, &t);
670 localtime_r(&t, &local_time);
672 struct tm* tm_time = &local_time;
/external/chromium_org/base/
H A Dlogging.cc695 struct tm local_time = {0}; local
697 localtime_s(&local_time, &t);
699 localtime_r(&t, &local_time);
701 struct tm* tm_time = &local_time;
/external/chromium_org/chrome_frame/
H A Dchrome_tab.cc116 SYSTEMTIME local_time; local
117 ::GetSystemTime(&local_time);
118 std::string hex(base::HexEncode(&local_time, sizeof(local_time)));
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_sync_unittest.cc501 time_t local_time; member in struct:__anon5700
518 test_cases[i].local_time, true, test_cases[i].local_created_by_policy);

Completed in 480 milliseconds