| /external/chromium_org/sync/engine/ |
| get_commit_ids.cc | 12 #include "sync/syncable/directory.h" 13 #include "sync/syncable/entry.h" 14 #include "sync/syncable/nigori_handler.h" 15 #include "sync/syncable/nigori_util.h" 16 #include "sync/syncable/syncable_base_transaction.h" 17 #include "sync/syncable/syncable_util.h" 33 syncable::BaseTransaction* trans, 37 const syncable::Directory::Metahandles& unsynced_handles, 46 syncable::BaseTransaction* trans, 54 syncable::BaseTransaction* trans [all...] |
| get_commit_ids.h | 12 #include "sync/syncable/directory.h" 18 namespace syncable { namespace in namespace:syncer 35 syncable::BaseTransaction* trans,
|
| conflict_resolver.h | 19 namespace syncable { namespace in namespace:syncer 22 } // namespace syncable 53 void ResolveConflicts(syncable::WriteTransaction* trans, 55 const std::set<syncable::Id>& simple_conflict_ids, 61 syncable::WriteTransaction* trans, 62 const syncable::Id& id,
|
| directory_update_handler_unittest.cc | 16 #include "sync/syncable/directory.h" 17 #include "sync/syncable/entry.h" 18 #include "sync/syncable/mutable_entry.h" 19 #include "sync/syncable/syncable_model_neutral_write_transaction.h" 20 #include "sync/syncable/syncable_proto_util.h" 21 #include "sync/syncable/syncable_read_transaction.h" 22 #include "sync/syncable/syncable_write_transaction.h" 31 using syncable::UNITTEST; 38 // the received protobuf message into information in the syncable::Directory. 56 syncable::Directory* dir() [all...] |
| syncer_util.cc | 25 #include "sync/syncable/directory.h" 26 #include "sync/syncable/entry.h" 27 #include "sync/syncable/model_neutral_mutable_entry.h" 28 #include "sync/syncable/mutable_entry.h" 29 #include "sync/syncable/syncable_changes_version.h" 30 #include "sync/syncable/syncable_model_neutral_write_transaction.h" 31 #include "sync/syncable/syncable_proto_util.h" 32 #include "sync/syncable/syncable_read_transaction.h" 33 #include "sync/syncable/syncable_util.h" 34 #include "sync/syncable/syncable_write_transaction.h [all...] |
| apply_control_data_updates.cc | 11 #include "sync/syncable/directory.h" 12 #include "sync/syncable/mutable_entry.h" 13 #include "sync/syncable/nigori_handler.h" 14 #include "sync/syncable/nigori_util.h" 15 #include "sync/syncable/syncable_write_transaction.h" 20 using syncable::GET_TYPE_ROOT; 21 using syncable::IS_UNAPPLIED_UPDATE; 22 using syncable::IS_UNSYNCED; 23 using syncable::SERVER_SPECIFICS; 24 using syncable::SPECIFICS [all...] |
| commit_contributor.h | 17 namespace syncable { namespace in namespace:syncer
|
| commit_util.h | 20 namespace syncable { namespace in namespace:syncer 43 const syncable::Entry& meta_entry, 54 syncable::BaseWriteTransaction* trans, 58 std::set<syncable::Id>* deleted_folders);
|
| directory_commit_contribution_unittest.cc | 9 #include "sync/syncable/entry.h" 10 #include "sync/syncable/mutable_entry.h" 11 #include "sync/syncable/syncable_read_transaction.h" 12 #include "sync/syncable/syncable_write_transaction.h" 25 syncable::WriteTransaction trans(FROM_HERE, syncable::UNITTEST, dir()); 36 int64 CreateUnsyncedItem(syncable::WriteTransaction* trans, 39 syncable::Entry parent_entry(trans, syncable::GET_TYPE_ROOT, type); 40 syncable::MutableEntry entry [all...] |
| directory_update_handler.h | 31 namespace syncable { namespace in namespace:syncer 38 // This class represents the syncable::Directory's processes for requesting and 42 // syncable::Directory. It can store and retreive that type's progress markers. 46 DirectoryUpdateHandler(syncable::Directory* dir, 75 syncable::ModelNeutralWriteTransaction* trans, 81 syncable::ModelNeutralWriteTransaction* trans, 95 syncable::Directory* dir_;
|
| /external/chromium_org/sync/syncable/ |
| syncable_proto_util.h | 11 #include "sync/syncable/syncable_id.h" 19 // Converts from a specially formatted string field to a syncable::Id. Used 21 syncable::Id SyncableIdFromProto(const std::string& proto_string); 23 // Converts from a syncable::Id to a formatted std::string. This is useful for 26 const syncable::Id& syncable_id);
|
| dir_open_result.h | 9 namespace syncable { namespace in namespace:syncer 21 } // namespace syncable
|
| invalid_directory_backing_store.cc | 5 #include "sync/syncable/invalid_directory_backing_store.h" 8 namespace syncable { namespace in namespace:syncer 24 } // namespace syncable
|
| scoped_kernel_lock.cc | 5 #include "sync/syncable/scoped_kernel_lock.h" 7 #include "sync/syncable/directory.h" 10 namespace syncable { namespace in namespace:syncer 18 } // namespace syncable
|
| scoped_kernel_lock.h | 12 namespace syncable { namespace in namespace:syncer 26 } // namespace syncable
|
| syncable_base_write_transaction.cc | 5 #include "sync/syncable/syncable_base_write_transaction.h" 8 namespace syncable { namespace in namespace:syncer 20 } // namespace syncable
|
| syncable_read_transaction.cc | 5 #include "sync/syncable/syncable_read_transaction.h" 8 namespace syncable { namespace in namespace:syncer 21 } // namespace syncable
|
| /external/chromium_org/sync/internal_api/public/ |
| write_transaction.h | 20 namespace syncable { namespace in namespace:syncer 23 } // namespace syncable 26 // a syncable::WriteTransaction. 36 // is changed by the transaction, or syncer::syncable::kInvalidTransaction 43 // Provide access to the syncable transaction from the API WriteNode. 44 virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE; 45 syncable::WriteTransaction* GetWrappedWriteTrans() { return transaction_; } 62 void SetTransaction(syncable::WriteTransaction* trans) { 69 // The underlying syncable object which this class wraps. 70 syncable::WriteTransaction* transaction_ [all...] |
| read_transaction.h | 25 // a syncable::ReadTransaction. 33 ReadTransaction(UserShare* share, syncable::BaseTransaction* trans); 38 virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE; 51 // The underlying syncable object which this class wraps. 52 syncable::BaseTransaction* transaction_;
|
| /external/chromium_org/sync/internal_api/test/ |
| test_entry_factory.cc | 7 #include "sync/syncable/directory.h" 8 #include "sync/syncable/entry.h" 9 #include "sync/syncable/mutable_entry.h" 10 #include "sync/syncable/syncable_id.h" 11 #include "sync/syncable/syncable_read_transaction.h" 12 #include "sync/syncable/syncable_util.h" 13 #include "sync/syncable/syncable_write_transaction.h" 20 using syncable::Id; 21 using syncable::MutableEntry; 22 using syncable::UNITTEST [all...] |
| test_user_share.cc | 8 #include "sync/syncable/directory.h" 9 #include "sync/syncable/mutable_entry.h" 10 #include "sync/syncable/syncable_read_transaction.h" 11 #include "sync/syncable/syncable_write_transaction.h" 47 syncer::syncable::DirectoryBackingStore* saved_store = 66 syncable::TestTransactionObserver* TestUserShare::transaction_observer() { 72 syncer::syncable::Directory* directory = user_share->directory.get(); 73 syncable::WriteTransaction wtrans(FROM_HERE, syncable::UNITTEST, directory); 79 syncable::ReadTransaction trans(FROM_HERE, user_share_->directory.get()) [all...] |
| /external/chromium_org/sync/test/ |
| test_transaction_observer.cc | 9 namespace syncable { namespace in namespace:syncer 28 } // namespace syncable
|
| fake_sync_encryption_handler.h | 13 #include "sync/syncable/nigori_handler.h" 26 public syncable::NigoriHandler { 45 syncable::BaseTransaction* const trans) OVERRIDE; 48 syncable::BaseTransaction* const trans) const OVERRIDE; 50 syncable::BaseTransaction* const trans) const OVERRIDE; 53 syncable::BaseTransaction* const trans) OVERRIDE; 55 syncable::BaseTransaction* const trans) const OVERRIDE;
|
| /external/chromium_org/sync/internal_api/public/test/ |
| test_user_share.h | 42 namespace syncable { namespace in namespace:syncer 73 syncable::TestTransactionObserver* transaction_observer();
|
| /external/chromium_org/sync/internal_api/ |
| write_transaction.cc | 7 #include "sync/syncable/directory.h" 8 #include "sync/syncable/mutable_entry.h" 9 #include "sync/syncable/syncable_write_transaction.h" 19 transaction_ = new syncable::WriteTransaction(from_here, syncable::SYNCAPI, 28 transaction_ = new syncable::WriteTransaction(from_here, 37 syncable::BaseTransaction* WriteTransaction::GetWrappedTrans() const { 86 syncable::Directory::Metahandles handles; 89 for (syncable::Directory::Metahandles::iterator iter = handles.begin(); 92 syncable::MutableEntry entry(transaction_, syncable::GET_BY_HANDLE, *iter) [all...] |