Lines Matching refs:MutableEntry
22 void MutableEntry::Init(WriteTransaction* trans,
57 MutableEntry::MutableEntry(WriteTransaction* trans,
79 MutableEntry::MutableEntry(WriteTransaction* trans, CreateNewUpdateItem,
84 MutableEntry::MutableEntry(WriteTransaction* trans, GetById, const Id& id)
89 MutableEntry::MutableEntry(WriteTransaction* trans, GetByHandle,
95 MutableEntry::MutableEntry(WriteTransaction* trans, GetByClientTag,
101 MutableEntry::MutableEntry(WriteTransaction* trans, GetTypeRoot, ModelType type)
106 void MutableEntry::PutLocalExternalId(int64 value) {
116 void MutableEntry::PutMtime(base::Time value) {
125 void MutableEntry::PutCtime(base::Time value) {
134 void MutableEntry::PutParentId(const Id& value) {
148 void MutableEntry::PutIsDir(bool value) {
158 void MutableEntry::PutIsDel(bool value) {
190 void MutableEntry::PutNonUniqueName(const std::string& value) {
200 void MutableEntry::PutSpecifics(const sync_pb::EntitySpecifics& value) {
213 void MutableEntry::PutUniquePosition(const UniquePosition& value) {
227 bool MutableEntry::PutPredecessor(const Id& predecessor_id) {
228 MutableEntry predecessor(write_transaction(), GET_BY_ID, predecessor_id);
235 void MutableEntry::PutAttachmentMetadata(
249 void MutableEntry::UpdateAttachmentIdWithServerInfo(
269 bool MarkForSyncing(MutableEntry* e) {
270 DCHECK_NE(static_cast<MutableEntry*>(NULL), e);