/external/chromium_org/sync/engine/ |
conflict_util.h | 5 // Utility functions that act on syncable::MutableEntry to resolve conflicts. 12 namespace syncable { namespace in namespace:syncer 20 void IgnoreLocalChanges(syncable::MutableEntry* entry); 25 void OverwriteServerChanges(syncable::MutableEntry* entry); 29 void IgnoreConflict(syncable::MutableEntry *trans);
|
apply_control_data_updates.h | 14 namespace syncable { namespace in namespace:syncer 20 SYNC_EXPORT_PRIVATE void ApplyControlDataUpdates(syncable::Directory* dir); 21 void ApplyNigoriUpdate(syncable::WriteTransaction* trans, 22 syncable::MutableEntry* const entry, 24 void ApplyControlUpdate(syncable::WriteTransaction* const trans, 25 syncable::MutableEntry* const entry,
|
syncer_util.h | 5 // Utility functions manipulating syncable::Entries, intended for use by the 17 #include "sync/syncable/entry_kernel.h" 18 #include "sync/syncable/metahandle_set.h" 19 #include "sync/syncable/mutable_entry.h" 20 #include "sync/syncable/syncable_id.h" 28 namespace syncable { namespace in namespace:syncer 31 } // namespace syncable 44 syncable::Id FindLocalIdToUpdate( 45 syncable::BaseTransaction* trans, 49 syncable::WriteTransaction* const trans [all...] |
/external/chromium/chrome/browser/sync/engine/ |
build_and_process_conflict_sets_command.cc | 17 #include "chrome/browser/sync/syncable/directory_manager.h" 40 syncable::ScopedDirLookup dir(session->context()->directory_manager(), 46 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__); 61 syncable::WriteTransaction* trans, ConflictResolver* resolver, 74 syncable::Entry entry(trans, syncable::GET_BY_ID, *i); 76 if (entry.Get(syncable::IS_UNSYNCED)) 78 if (entry.Get(syncable::IS_UNAPPLIED_UPDATE)) 95 void StoreLocalDataForUpdateRollback(syncable::Entry* entry [all...] |
syncer_util.h | 5 // Utility functions manipulating syncable::Entries, intended for use by the 19 #include "chrome/browser/sync/syncable/syncable.h" 20 #include "chrome/browser/sync/syncable/syncable_id.h" 30 syncable::WriteTransaction* trans, 31 syncable::MutableEntry* entry, 32 const syncable::Id& new_id, 33 syncable::Directory::ChildHandles* children); 36 static int GetUnsyncedEntries(syncable::BaseTransaction* trans, 39 static void ChangeEntryIDAndUpdateChildren(syncable::WriteTransaction* trans [all...] |
process_commit_response_command.h | 16 namespace syncable { namespace 36 syncable::WriteTransaction* trans, 39 const syncable::Id& pre_commit_id, 40 std::set<syncable::Id>* conflicting_new_directory_ids, 41 std::set<syncable::Id>* deleted_folders); 49 const syncable::Id& pre_commit_id, syncable::MutableEntry* local_entry, 50 bool syncing_was_set, std::set<syncable::Id>* deleted_folders); 57 const syncable::Id& pre_commit_id, 58 syncable::MutableEntry* local_entry) [all...] |
cleanup_disabled_types_command_unittest.cc | 22 for (int i = syncable::FIRST_REAL_MODEL_TYPE; 23 i < syncable::MODEL_TYPE_COUNT; i++) { 24 all_types_.insert(syncable::ModelTypeFromInt(i)); 29 (*mutable_routing_info())[syncable::BOOKMARKS] = GROUP_PASSIVE; 38 const syncable::ModelTypeSet& all_types() { return all_types_; } 41 syncable::ModelTypeSet all_types_; 47 syncable::ModelTypeSet expected(all_types()); 48 expected.erase(syncable::BOOKMARKS); 59 (*mutable_routing_info())[syncable::AUTOFILL] = GROUP_PASSIVE; 68 syncable::ModelTypeSet expected [all...] |
build_and_process_conflict_sets_command.h | 15 namespace syncable { namespace 21 } // namespace syncable 45 syncable::WriteTransaction* trans, ConflictResolver* resolver, 49 syncable::WriteTransaction* trans, 50 const std::vector<syncable::Id>* const update_set, 55 void BuildConflictSets(syncable::BaseTransaction* trans, 58 void MergeSetsForNameClash(syncable::BaseTransaction* trans, 59 syncable::Entry* entry, 61 void MergeSetsForIntroducedLoops(syncable::BaseTransaction* trans, 62 syncable::Entry* entry [all...] |
get_commit_ids_command.cc | 12 #include "chrome/browser/sync/syncable/syncable.h" 31 syncable::Directory::UnsyncedMetaHandles all_unsynced_handles; 40 const vector<syncable::Id>& verified_commit_ids = 50 syncable::BaseTransaction* trans, 51 syncable::Id parent_id, 53 using namespace syncable; 76 bool GetCommitIdsCommand::AddItem(syncable::Entry* item, 78 int64 item_handle = item->Get(syncable::META_HANDLE); 83 result->AddCommitItem(item_handle, item->Get(syncable::ID) [all...] |
conflict_resolver.cc | 14 #include "chrome/browser/sync/syncable/directory_manager.h" 15 #include "chrome/browser/sync/syncable/syncable.h" 20 using syncable::BaseTransaction; 21 using syncable::Directory; 22 using syncable::Entry; 23 using syncable::Id; 24 using syncable::MutableEntry; 25 using syncable::ScopedDirLookup; 26 using syncable::WriteTransaction [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_mock.h | 11 #include "chrome/browser/sync/syncable/syncable.h" 15 using syncable::Directory; 16 using syncable::EntryKernel; 23 MOCK_METHOD1(GetEntryByHandle, syncable::EntryKernel*(int64)); 25 MOCK_METHOD2(set_last_downloadstamp, void(syncable::ModelType, int64)); 28 syncable::EntryKernel*(const std::string&)); 31 class MockSyncableWriteTransaction : public syncable::WriteTransaction {
|
directory_event.h | 9 namespace syncable { namespace 20 } // namespace syncable
|
syncable_changes_version.h | 9 namespace syncable { namespace 28 } // namespace syncable
|
blob.h | 13 namespace syncable { namespace 17 } // namespace syncable
|
/external/chromium_org/sync/internal_api/public/ |
user_share.h | 15 namespace syncable { namespace in namespace:syncer 19 // A UserShare encapsulates the syncable pieces that represent an authenticated 22 // syncable share. 28 scoped_ptr<syncable::Directory> directory;
|
/external/chromium_org/sync/syncable/ |
nigori_handler.cc | 5 #include "sync/syncable/nigori_handler.h" 8 namespace syncable { namespace in namespace:syncer 14 } // namespace syncable
|
syncable_changes_version.h | 9 namespace syncable { namespace in namespace:syncer 28 } // namespace syncable
|
nigori_handler.h | 23 namespace syncable { namespace in namespace:syncer 39 syncable::BaseTransaction* const trans) = 0; 44 syncable::BaseTransaction* const trans) const = 0; 48 syncable::BaseTransaction* const trans) const = 0; 54 syncable::BaseTransaction* const trans) = 0; 58 syncable::BaseTransaction* const trans) const = 0; 61 } // namespace syncable
|
blob.h | 13 namespace syncable { namespace in namespace:syncer 17 } // namespace syncable
|
metahandle_set.h | 13 namespace syncable { namespace in namespace:syncer 17 } // namespace syncable
|
/external/chromium_org/sync/test/ |
null_transaction_observer.h | 11 namespace syncable { namespace in namespace:syncer 19 } // namespace syncable
|
null_transaction_observer.cc | 10 namespace syncable { namespace in namespace:syncer 16 } // namespace syncable
|
/external/chromium_org/sync/test/engine/ |
test_directory_setter_upper.h | 6 // syncable::Directory instance for unit tests that require one. 25 // ... now use metadb_.directory() to get at syncable::Entry objects ... 44 namespace syncable { namespace in namespace:syncer 61 syncer::syncable::DirectoryBackingStore* directory_store); 68 syncable::Directory* directory() { return directory_.get(); } 72 syncable::TestTransactionObserver* transaction_observer() { 77 syncable::NullDirectoryChangeDelegate delegate_; 78 scoped_ptr<syncable::TestTransactionObserver> test_transaction_observer_; 84 scoped_ptr<syncable::Directory> directory_;
|
test_id_factory.h | 13 #include "sync/syncable/syncable_id.h" 23 static syncable::Id root() { 24 return syncable::Id(); 31 static syncable::Id FromNumber(int64 value) { 35 return syncable::Id::CreateFromClientString(base::Int64ToString(value)); 37 return syncable::Id::CreateFromServerId(base::Int64ToString(value)); 41 static syncable::Id MakeLocal(std::string name) { 42 return syncable::Id::CreateFromClientString(std::string("lient ") + name); 46 static syncable::Id MakeServer(std::string name) { 47 return syncable::Id::CreateFromServerId(std::string("erver ") + name) [all...] |
/external/chromium/chrome/browser/sync/ |
abstract_profile_sync_service_test.cc | 15 #include "chrome/browser/sync/syncable/directory_manager.h" 16 #include "chrome/browser/sync/syncable/syncable.h" 24 using syncable::BASE_VERSION; 25 using syncable::CREATE; 26 using syncable::DirectoryManager; 27 using syncable::IS_DEL; 28 using syncable::IS_DIR; 29 using syncable::IS_UNAPPLIED_UPDATE; 30 using syncable::IS_UNSYNCED [all...] |