| /external/chromium_org/sync/engine/ |
| process_updates_util.cc | 12 #include "sync/syncable/directory.h" 13 #include "sync/syncable/model_neutral_mutable_entry.h" 14 #include "sync/syncable/syncable_model_neutral_write_transaction.h" 15 #include "sync/syncable/syncable_proto_util.h" 16 #include "sync/syncable/syncable_util.h" 23 using syncable::GET_BY_ID; 48 bool UpdateContainsNewVersion(syncable::BaseTransaction *trans, 51 syncable::Entry existing_entry(trans, GET_BY_ID, 85 const syncable::ModelNeutralMutableEntry& same_id) { 99 syncable::ModelNeutralWriteTransaction* trans [all...] |
| syncer_proto_util.h | 16 #include "sync/syncable/blob.h" 36 namespace syncable { namespace in namespace:syncer 63 // Utility methods for converting between syncable::Blobs and protobuf byte 66 syncable::Blob* blob); 68 const syncable::Blob& blob); 69 static void CopyBlobIntoProtoBytes(const syncable::Blob& blob, 82 syncable::Directory* dir, 100 static void AddRequestBirthday(syncable::Directory* dir, 104 static void AddBagOfChips(syncable::Directory* dir, 120 syncable::Directory* dir) [all...] |
| commit_util.cc | 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 [all...] |
| commit_processor.h | 19 namespace syncable { namespace in namespace:syncer 21 } // namespace syncable
|
| directory_commit_contribution.h | 26 namespace syncable { namespace in namespace:syncer 28 } // namespace syncable 31 // have been selected from the syncable Directory and prepared for commit. 49 syncable::Directory* dir, 88 syncable::Directory* directory, 93 syncable::Directory* dir_;
|
| directory_commit_contributor.cc | 13 syncable::Directory* dir,
|
| update_applicator.cc | 11 #include "sync/syncable/entry.h" 12 #include "sync/syncable/mutable_entry.h" 13 #include "sync/syncable/syncable_id.h" 14 #include "sync/syncable/syncable_write_transaction.h" 20 using syncable::ID; 47 syncable::WriteTransaction* trans, 57 syncable::MutableEntry entry(trans, syncable::GET_BY_HANDLE, *i);
|
| /external/chromium_org/sync/internal_api/ |
| delete_journal.cc | 8 #include "sync/syncable/directory.h" 9 #include "sync/syncable/syncable_base_transaction.h" 16 syncer::syncable::EntryKernelSet deleted_entries; 20 for (syncer::syncable::EntryKernelSet::const_iterator i = 23 delete_journal_list->back().id = (*i)->ref(syncer::syncable::META_HANDLE); 24 delete_journal_list->back().is_folder = (*i)->ref(syncer::syncable::IS_DIR); 27 syncer::syncable::SPECIFICS);
|
| read_transaction.cc | 7 #include "sync/syncable/directory.h" 8 #include "sync/syncable/syncable_read_transaction.h" 19 transaction_ = new syncable::ReadTransaction(from_here, 24 syncable::BaseTransaction* trans) 35 syncable::BaseTransaction* ReadTransaction::GetWrappedTrans() const {
|
| sync_backup_manager.cc | 9 #include "sync/syncable/directory.h" 10 #include "sync/syncable/mutable_entry.h" 66 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 67 syncable::BaseTransaction* trans) { 75 for (syncable::EntryKernelMutationMap::const_iterator it = 82 const syncable::EntryKernel& e = it->second.mutated; 85 if (!e.ref(syncable::ID).ServerKnows()) 87 if (e.ref(syncable::IS_DEL)) 99 syncable::MutableEntry entry(trans.GetWrappedWriteTrans(), 100 syncable::GET_BY_HANDLE, *it) [all...] |
| sync_encryption_handler_impl.h | 19 #include "sync/syncable/nigori_handler.h" 47 public syncable::NigoriHandler { 71 syncable::BaseTransaction* const trans) OVERRIDE; 74 syncable::BaseTransaction* const trans) const OVERRIDE; 76 syncable::BaseTransaction* const trans) const OVERRIDE; 79 syncable::BaseTransaction* const trans) OVERRIDE; 82 syncable::BaseTransaction* const trans) const OVERRIDE; 149 syncable::BaseTransaction* const trans); 168 syncable::BaseTransaction* const trans); 210 syncable::BaseTransaction* const trans) [all...] |
| sync_rollback_manager_base.cc | 12 #include "sync/syncable/directory_backing_store.h" 13 #include "sync/syncable/mutable_entry.h" 163 syncable::Directory::Metahandles unsynced; 181 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 182 syncable::BaseTransaction* trans) { 187 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 188 syncable::BaseTransaction* trans, 193 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 194 syncable::BaseTransaction* trans, 199 const syncable::ImmutableWriteTransactionInfo& write_transaction_info [all...] |
| internal_components_factory_impl.cc | 11 #include "sync/syncable/on_disk_directory_backing_store.h" 43 syncable::Directory* directory, 60 scoped_ptr<syncable::DirectoryBackingStore> 63 return scoped_ptr<syncable::DirectoryBackingStore>( 64 new syncable::OnDiskDirectoryBackingStore(dir_name, backing_filepath));
|
| /external/chromium_org/sync/internal_api/public/test/ |
| test_entry_factory.h | 16 namespace syncable { namespace in namespace:syncer 23 explicit TestEntryFactory(syncable::Directory* dir); 47 void CreateUnsyncedItem(const syncable::Id& item_id, 48 const syncable::Id& parent_id, 100 syncable::Directory* directory_;
|
| /external/chromium_org/sync/internal_api/public/ |
| read_node.h | 18 // ReadNode wraps a syncable::Entry to provide the functionality of a 53 virtual const syncable::Entry* GetEntry() const OVERRIDE; 62 // The underlying syncable object which this class wraps. 63 syncable::Entry* entry_;
|
| /external/chromium_org/sync/sessions/ |
| directory_type_debug_info_emitter.h | 15 #include "sync/syncable/directory.h" 44 syncable::Directory* directory, 80 syncable::Directory* directory_;
|
| /external/chromium_org/sync/syncable/ |
| parent_child_index.h | 15 namespace syncable { namespace in namespace:syncer 54 typedef std::map<syncable::Id, OrderedChildSet*> ParentChildrenMap; 63 } // namespace syncable
|
| entry_kernel_unittest.cc | 5 #include "sync/syncable/entry_kernel.h" 11 namespace syncable { namespace in namespace:syncer 29 } // namespace syncable
|
| in_memory_directory_backing_store.h | 8 #include "sync/syncable/directory_backing_store.h" 12 namespace syncable { namespace in namespace:syncer 42 } // namespace syncable
|
| invalid_directory_backing_store.h | 8 #include "sync/syncable/directory_backing_store.h" 12 namespace syncable { namespace in namespace:syncer 28 } // namespace syncable
|
| scoped_parent_child_index_updater.cc | 5 #include "sync/syncable/scoped_parent_child_index_updater.h" 7 #include "sync/syncable/parent_child_index.h" 10 namespace syncable { namespace in namespace:syncer 28 } // namespace syncable
|
| scoped_parent_child_index_updater.h | 12 namespace syncable { namespace in namespace:syncer 35 } // namespace syncable
|
| syncable_base_write_transaction.h | 9 #include "sync/syncable/syncable_base_transaction.h" 12 namespace syncable { namespace in namespace:syncer 32 } // namespace syncable
|
| syncable_columns.h | 8 #include "sync/syncable/entry_kernel.h" 9 #include "sync/syncable/syncable_changes_version.h" 12 namespace syncable { namespace in namespace:syncer 82 } // namespace syncable
|
| syncable_model_neutral_write_transaction.cc | 5 #include "sync/syncable/syncable_model_neutral_write_transaction.h" 7 #include "sync/syncable/directory.h" 10 namespace syncable { namespace in namespace:syncer 33 } // namespace syncable
|