Home | History | Annotate | Download | only in engine

Lines Matching refs:entry

31       syncable::MutableEntry* entry,
40 syncable::MutableEntry* entry,
43 // If the server sent down a client-tagged entry, or an entry whose
44 // commit response was lost, it is necessary to update a local entry
46 // find the ID of such an entry, if it exists. This function may
49 // should proceed normally with a new local entry, this function will
50 // return server_entry.id(); the caller must create an entry with that
58 syncable::MutableEntry* const entry,
68 // Creates a new Entry iff no Entry exists with the given id.
72 static bool ServerAndLocalEntriesMatch(syncable::Entry* entry);
76 syncable::MutableEntry* entry);
78 // This function is called on an entry when we can update the user-facing data
81 syncable::MutableEntry* entry);
83 static VerifyCommitResult ValidateCommitEntry(syncable::Entry* entry);
86 syncable::Entry* target,
89 // Assumes we have an existing entry; check here for updates that break
98 // Assumes we have an existing entry; verify an update that seems to be
115 syncable::Entry* item,
125 syncable::Entry* item,
137 static bool ServerAndLocalOrdersMatch(syncable::Entry* entry);