HomeSort by relevance Sort by last modified time
    Searched refs:syncable (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
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
30 } // namespace syncable
43 syncable::Id FindLocalIdToUpdate(
44 syncable::BaseTransaction* trans,
48 syncable::WriteTransaction* const trans
    [all...]
apply_control_data_updates.h 18 namespace syncable { namespace in namespace:syncer
26 void ApplyNigoriUpdate(syncable::WriteTransaction* trans,
27 syncable::MutableEntry* const entry,
29 void ApplyControlUpdate(syncable::WriteTransaction* const trans,
30 syncable::MutableEntry* const entry,
get_commit_ids_command.cc 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"
30 syncable::BaseTransaction* trans,
46 syncable::Directory::Metahandles all_unsynced_handles;
77 const vector<syncable::Id>& verified_commit_ids =
88 bool IsEntryInConflict(const syncable::Entry& entry) {
89 if (entry.Get(syncable::IS_UNSYNCED) &
    [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...]
  /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/
metahandle_set.h 11 namespace syncable { namespace in namespace:syncer
15 } // namespace 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
  /external/chromium_org/sync/test/
null_transaction_observer.h 11 namespace syncable { namespace in namespace:syncer
19 } // 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...]
  /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...]

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>