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

  /external/chromium_org/sync/util/
time.h 25 SYNC_EXPORT std::string GetTimeDebugString(const base::Time& t);
time.cc 20 std::string GetTimeDebugString(const base::Time& t) {
  /external/chromium_org/sync/syncable/
entry.cc 140 << GetTimeDebugString(kernel->ref(static_cast<TimeField>(i))) << ", ";
entry_kernel.cc 113 return new base::StringValue(GetTimeDebugString(t));
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 543 GetTimeDebugString(ProtoTimeToTime(entry.mtime()));
545 GetTimeDebugString(ProtoTimeToTime(entry.ctime()));
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 171 time_str = syncer::GetTimeDebugString(time);
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 770 << syncer::GetTimeDebugString(time);
778 << syncer::GetTimeDebugString(iter->get()->last_visit_time);
    [all...]

Completed in 349 milliseconds