Home | History | Annotate | Download | only in engine

Lines Matching refs:syncable

18 #include "sync/syncable/directory.h"
19 #include "sync/syncable/entry.h"
20 #include "sync/syncable/model_neutral_mutable_entry.h"
21 #include "sync/syncable/syncable_base_transaction.h"
22 #include "sync/syncable/syncable_base_write_transaction.h"
23 #include "sync/syncable/syncable_changes_version.h"
24 #include "sync/syncable/syncable_proto_util.h"
25 #include "sync/syncable/syncable_util.h"
35 using syncable::Entry;
36 using syncable::IS_DEL;
37 using syncable::IS_UNAPPLIED_UPDATE;
38 using syncable::IS_UNSYNCED;
39 using syncable::Id;
40 using syncable::SPECIFICS;
41 using syncable::UNIQUE_POSITION;
98 const syncable::Entry& meta_entry,
100 syncable::Id id = meta_entry.GetId();
127 new_parent_id = syncable::BaseTransaction::root_id();
140 syncable::CHANGES_VERSION != meta_entry.GetBaseVersion()) {
146 if (syncable::CHANGES_VERSION == version || 0 == version) {
217 const syncable::Id& pre_commit_id,
218 syncable::ModelNeutralMutableEntry* local_entry) {
253 const syncable::Id& pre_commit_id,
254 syncable::ModelNeutralMutableEntry* local_entry) {
255 syncable::BaseWriteTransaction* trans = local_entry->base_write_transaction();
256 const syncable::Id& entry_response_id =
265 syncable::ModelNeutralMutableEntry same_id(
267 syncable::GET_BY_ID,
284 syncable::ModelNeutralMutableEntry* local_entry) {
335 const syncable::Id& pre_commit_id,
336 syncable::ModelNeutralMutableEntry* local_entry,
337 bool syncing_was_set, set<syncable::Id>* deleted_folders) {
378 syncable::BaseWriteTransaction* trans,
382 set<syncable::Id>* deleted_folders) {
383 syncable::ModelNeutralMutableEntry local_entry(
385 syncable::GET_BY_HANDLE,
428 const syncable::Id& server_entry_id =
431 Entry e(trans, syncable::GET_BY_ID, server_entry_id);