Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dlogging_chrome.cc165 base::Time::Exploded time_deets; in GenerateTimestampedName() local
166 timestamp.LocalExplode(&time_deets); in GenerateTimestampedName()
168 time_deets.year, in GenerateTimestampedName()
169 time_deets.month, in GenerateTimestampedName()
170 time_deets.day_of_month, in GenerateTimestampedName()
171 time_deets.hour, in GenerateTimestampedName()
172 time_deets.minute, in GenerateTimestampedName()
173 time_deets.second); in GenerateTimestampedName()