Home
last modified time | relevance | path

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

/external/chromium_org/sync/syncable/
Dentry.h93 const base::Time& GetMtime() const { in GetMtime() function
/external/chromium_org/sync/internal_api/
Dbase_node.cc151 return GetEntry()->GetMtime(); in GetModificationTime()
/external/chromium_org/sync/engine/
Dcommit_util.cc174 sync_entry->set_mtime(TimeToProtoTime(meta_entry.GetMtime())); in BuildCommitItem()
Dsyncer_unittest.cc2450 EXPECT_TRUE(entry.GetMtime()== test_time); in TEST_F()