Home
last modified time | relevance | path

Searched refs:expanded_time (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dsandbox_ipc_linux.cc343 const struct tm* expanded_time = localtime(&time); in HandleLocaltime() local
347 if (expanded_time != NULL) { in HandleLocaltime()
348 result_string = std::string(reinterpret_cast<const char*>(expanded_time), in HandleLocaltime()
350 time_zone_string = expanded_time->tm_zone; in HandleLocaltime()