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

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 51 ENUM_CASE(MTIME);
syncable.h 74 MTIME,
    [all...]
syncable.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 28 using syncable::MTIME;
296 !ClientAndServerTimeMatch(local_entry.Get(MTIME),
297 server_entry.mtime())) {
298 LOG(WARNING) << "mtime mismatch";
347 "mtime: %" PRId64"d (client: %" PRId64"d), "
354 entry.mtime(), ServerTimeToClientTime(entry.mtime()),
build_and_process_conflict_sets_command.cc 126 entry.Put(syncable::MTIME, backup->ref(syncable::MTIME));
build_commit_command.cc 168 meta_entry.Get(syncable::MTIME)));
syncer_util.cc 42 using syncable::MTIME;
417 ServerTimeToClientTime(update.mtime()));
517 // For historical reasons, a folder's MTIME changes when its contents change.
518 // TODO(ncarter): Remove the special casing of MTIME.
519 bool time_match = ClientAndServerTimeMatch(entry->Get(MTIME),
572 entry->Put(MTIME, entry->Get(SERVER_MTIME));
    [all...]
syncer_unittest.cc 75 using syncable::MTIME;
308 entry.Put(syncable::MTIME, now_plus_30s);
320 entry.Put(MTIME, now_minus_2h);
    [all...]
syncapi.cc 273 return GetEntry()->Get(syncable::MTIME);
824 // MTIME/CTIME: Seems reasonable to just leave them alone.
    [all...]

Completed in 910 milliseconds