• 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, GetTypeRoot, ModelType type) in MutableEntry() function in syncer::syncable::MutableEntry
106 void MutableEntry::PutLocalExternalId(int64 value) { in PutLocalExternalId()
116 void MutableEntry::PutMtime(base::Time value) { in PutMtime()
125 void MutableEntry::PutCtime(base::Time value) { in PutCtime()
134 void MutableEntry::PutParentId(const Id& value) { in PutParentId()
148 void MutableEntry::PutIsDir(bool value) { in PutIsDir()
158 void MutableEntry::PutIsDel(bool value) { in PutIsDel()
190 void MutableEntry::PutNonUniqueName(const std::string& value) { in PutNonUniqueName()
200 void MutableEntry::PutSpecifics(const sync_pb::EntitySpecifics& value) { in PutSpecifics()
213 void MutableEntry::PutUniquePosition(const UniquePosition& value) { in PutUniquePosition()
227 bool MutableEntry::PutPredecessor(const Id& predecessor_id) { in PutPredecessor()
228 MutableEntry predecessor(write_transaction(), GET_BY_ID, predecessor_id); in PutPredecessor()
235 void MutableEntry::PutAttachmentMetadata( in PutAttachmentMetadata()
249 void MutableEntry::MarkAttachmentAsOnServer( in MarkAttachmentAsOnServer()
268 bool MarkForSyncing(MutableEntry* e) { in MarkForSyncing()
269 DCHECK_NE(static_cast<MutableEntry*>(NULL), e); in MarkForSyncing()