Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dsync_ui_util.cc301 string16 ConstructTime(int64 time_in_int) { in ConstructTime() argument
302 base::Time time = base::Time::FromInternalValue(time_in_int); in ConstructTime()