Searched refs:MTIME (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_proto_util.cc | 28 using syncable::MTIME; 296 !ClientAndServerTimeMatch(local_entry.Get(MTIME), in Compare()
|
D | syncer_util.cc | 42 using syncable::MTIME; 519 bool time_match = ClientAndServerTimeMatch(entry->Get(MTIME), in ServerAndLocalEntriesMatch() 572 entry->Put(MTIME, entry->Get(SERVER_MTIME)); in UpdateLocalDataFromServerData()
|
D | build_and_process_conflict_sets_command.cc | 126 entry.Put(syncable::MTIME, backup->ref(syncable::MTIME)); in RollbackEntry()
|
D | build_commit_command.cc | 168 meta_entry.Get(syncable::MTIME))); in ExecuteImpl()
|
D | syncer_unittest.cc | 75 using syncable::MTIME; 308 entry.Put(syncable::MTIME, now_plus_30s); in RunCommitOrderingTest() 320 entry.Put(MTIME, now_minus_2h); in RunCommitOrderingTest() 875 parent.Put(syncable::MTIME, now_minus_2h); in TEST_F() 885 child.Put(syncable::MTIME, now_minus_2h); in TEST_F() 895 grandchild.Put(syncable::MTIME, now_minus_2h); in TEST_F() 1920 entry.Put(syncable::MTIME, test_time); in TEST_F() 1947 EXPECT_TRUE(entry.Get(MTIME) == test_time); in TEST_F()
|
D | syncapi.cc | 273 return GetEntry()->Get(syncable::MTIME); in GetModificationTime()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_enum_conversions.cc | 51 ENUM_CASE(MTIME); in GetInt64FieldString()
|
D | syncable.h | 74 MTIME, enumerator
|
D | syncable.cc | 1375 kernel_->put(MTIME, now); in Init()
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->) 364 MTIME (Modification TIME) 370 did not come from a file, MTIME is set to the time at which 371 compression started. MTIME = 0 means no time stamp is
|