• Home
  • Raw
  • Download

Lines Matching refs:MutableEntry

22 void MutableEntry::Init(WriteTransaction* trans,  in Init()
57 MutableEntry::MutableEntry(WriteTransaction* trans, in MutableEntry() function in syncer::syncable::MutableEntry
79 MutableEntry::MutableEntry(WriteTransaction* trans, CreateNewUpdateItem, in MutableEntry() function in syncer::syncable::MutableEntry
84 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id) in MutableEntry() function in syncer::syncable::MutableEntry
89 MutableEntry::MutableEntry(WriteTransaction* trans, GetByHandle, in MutableEntry() function in syncer::syncable::MutableEntry
95 MutableEntry::MutableEntry(WriteTransaction* trans, GetByClientTag, in MutableEntry() function in syncer::syncable::MutableEntry
101 MutableEntry::MutableEntry(WriteTransaction* trans, GetByServerTag, in MutableEntry() function in syncer::syncable::MutableEntry
107 void MutableEntry::PutLocalExternalId(int64 value) { in PutLocalExternalId()
117 void MutableEntry::PutMtime(base::Time value) { in PutMtime()
126 void MutableEntry::PutCtime(base::Time value) { in PutCtime()
135 void MutableEntry::PutParentId(const Id& value) { in PutParentId()
149 void MutableEntry::PutIsDir(bool value) { in PutIsDir()
159 void MutableEntry::PutIsDel(bool value) { in PutIsDel()
191 void MutableEntry::PutNonUniqueName(const std::string& value) { in PutNonUniqueName()
201 void MutableEntry::PutSpecifics(const sync_pb::EntitySpecifics& value) { in PutSpecifics()
214 void MutableEntry::PutUniquePosition(const UniquePosition& value) { in PutUniquePosition()
228 bool MutableEntry::PutPredecessor(const Id& predecessor_id) { in PutPredecessor()
229 MutableEntry predecessor(write_transaction(), GET_BY_ID, predecessor_id); in PutPredecessor()
237 bool MarkForSyncing(MutableEntry* e) { in MarkForSyncing()
238 DCHECK_NE(static_cast<MutableEntry*>(NULL), e); in MarkForSyncing()