HomeSort by relevance Sort by last modified time
    Searched refs:syncable (Results 101 - 125 of 212) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/sync/internal_api/
sync_rollback_manager.cc 12 #include "sync/syncable/directory.h"
13 #include "sync/syncable/mutable_entry.h"
69 std::map<ModelType, syncable::Directory::Metahandles> to_delete;
72 syncable::Directory::Metahandles unsynced;
76 syncable::MutableEntry e(trans.GetWrappedWriteTrans(),
77 syncable::GET_BY_HANDLE, unsynced[i]);
92 for (std::map<ModelType, syncable::Directory::Metahandles>::iterator it =
113 syncable::MutableEntry e(trans.GetWrappedWriteTrans(),
114 syncable::GET_BY_HANDLE, handles[i]);
sync_manager_impl.cc 46 #include "sync/syncable/directory.h"
47 #include "sync/syncable/entry.h"
48 #include "sync/syncable/in_memory_directory_backing_store.h"
49 #include "sync/syncable/on_disk_directory_backing_store.h"
57 using syncable::ImmutableWriteTransactionInfo;
58 using syncable::SPECIFICS;
59 using syncable::UNIQUE_POSITION;
197 const syncable::EntryKernelMutation& mutation) const {
198 const syncable::EntryKernel& a = mutation.original;
199 const syncable::EntryKernel& b = mutation.mutated
    [all...]
sync_manager_impl_unittest.cc 6 // functionality is provided by the Syncable layer, which has its own
58 #include "sync/syncable/directory.h"
59 #include "sync/syncable/entry.h"
60 #include "sync/syncable/mutable_entry.h"
61 #include "sync/syncable/nigori_util.h"
62 #include "sync/syncable/syncable_id.h"
63 #include "sync/syncable/syncable_read_transaction.h"
64 #include "sync/syncable/syncable_util.h"
65 #include "sync/syncable/syncable_write_transaction.h"
89 using syncable::GET_BY_HANDLE
    [all...]
sync_backup_manager.h 48 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
49 syncable::BaseTransaction* trans) OVERRIDE;
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 36 MockConnectionManager(syncable::Directory*,
62 syncable::Id id,
63 syncable::Id parent_id,
69 sync_pb::SyncEntity* AddUpdateBookmark(syncable::Id id,
70 syncable::Id parent_id,
149 void AddUpdateTombstone(const syncable::Id& id);
179 void SetTransientErrorId(syncable::Id);
181 const std::vector<syncable::Id>& committed_ids() const {
266 sync_pb::SyncEntity* AddUpdateFull(syncable::Id id, syncable::Id parentid
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncContentResolverDelegate.java 30 void setIsSyncable(Account account, String authority, int syncable);
SystemSyncContentResolverDelegate.java 45 public void setIsSyncable(Account account, String authority, int syncable) {
46 ContentResolver.setIsSyncable(account, authority, syncable);
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 15 #include "sync/syncable/directory.h"
16 #include "sync/syncable/mutable_entry.h"
17 #include "sync/syncable/nigori_util.h"
18 #include "sync/syncable/syncable_read_transaction.h"
19 #include "sync/syncable/syncable_util.h"
20 #include "sync/syncable/syncable_write_transaction.h"
30 using syncable::MutableEntry;
31 using syncable::UNITTEST;
32 using syncable::Id;
49 syncable::Directory* directory()
    [all...]
directory_update_handler.cc 11 #include "sync/syncable/directory.h"
12 #include "sync/syncable/syncable_model_neutral_write_transaction.h"
13 #include "sync/syncable/syncable_write_transaction.h"
17 using syncable::SYNCER;
20 syncable::Directory* dir,
38 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir_);
47 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir_);
111 syncable::WriteTransaction trans(FROM_HERE, syncable::SYNCER, dir_);
197 syncable::ModelNeutralWriteTransaction* trans
    [all...]
syncer_proto_util.cc 18 #include "sync/syncable/directory.h"
19 #include "sync/syncable/entry.h"
20 #include "sync/syncable/syncable-inl.h"
21 #include "sync/syncable/syncable_proto_util.h"
32 using syncable::BASE_VERSION;
33 using syncable::CTIME;
34 using syncable::ID;
35 using syncable::IS_DEL;
36 using syncable::IS_DIR
    [all...]
  /external/chromium_org/sync/internal_api/public/
write_node.h 36 namespace syncable { namespace in namespace:syncer
42 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode.
181 virtual const syncable::Entry* GetEntry() const OVERRIDE;
185 syncable::MutableEntry* GetMutableEntryForTest();
199 // The underlying syncable object which this class wraps.
200 syncable::MutableEntry* entry_;
base_node.h 46 namespace syncable { namespace in namespace:syncer
54 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
55 // This, like syncable::Entry, is intended for use on the stack. A valid
57 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
87 // Each object is identified by a 64-bit id (internally, the syncable
102 // of syncable::Entry.
208 virtual const syncable::Entry* GetEntry() const = 0;
229 const syncable::Entry* entry) const;
  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.cc 5 #include "sync/syncable/in_memory_directory_backing_store.h"
8 namespace syncable { namespace in namespace:syncer
49 } // namespace syncable
on_disk_directory_backing_store.h 10 #include "sync/syncable/directory_backing_store.h"
13 namespace syncable { namespace in namespace:syncer
48 } // namespace syncable
parent_child_index_unittest.cc 5 #include "sync/syncable/parent_child_index.h"
11 #include "sync/syncable/entry_kernel.h"
12 #include "sync/syncable/syncable_util.h"
16 namespace syncable { namespace in namespace:syncer
33 static syncable::Id GetBookmarkRootId() {
34 return syncable::Id::CreateFromServerId("bookmark_folder");
37 static syncable::Id GetBookmarkId(int n) {
38 return syncable::Id::CreateFromServerId("b" + base::IntToString(n));
41 static syncable::Id GetClientUniqueId(int n) {
42 return syncable::Id::CreateFromServerId("c" + base::IntToString(n))
    [all...]
syncable_enum_conversions.h 11 #include "sync/syncable/entry_kernel.h"
13 // Utility functions to get the string equivalent for some syncable
17 namespace syncable { namespace in namespace:syncer
52 } // namespace syncable
syncable_write_transaction.h 9 #include "sync/syncable/entry_kernel.h"
10 #include "sync/syncable/syncable_base_write_transaction.h"
13 namespace syncable { namespace in namespace:syncer
65 } // namespace syncable
model_neutral_mutable_entry.h 10 #include "sync/syncable/entry.h"
15 namespace syncable { namespace in namespace:syncer
96 syncable::MetahandleSet* GetDirtyIndexHelper();
113 } // namespace syncable
mutable_entry.h 10 #include "sync/syncable/entry.h"
11 #include "sync/syncable/metahandle_set.h"
12 #include "sync/syncable/model_neutral_mutable_entry.h"
17 namespace syncable { namespace in namespace:syncer
81 bool MarkForSyncing(syncable::MutableEntry* e);
83 } // namespace syncable
nigori_util.h 22 namespace syncable { namespace in namespace:syncer
82 } // namespace syncable
nigori_util_unittest.cc 7 #include "sync/syncable/nigori_util.h"
12 namespace syncable { namespace in namespace:syncer
49 } // namespace syncable
syncable_base_transaction.cc 5 #include "sync/syncable/syncable_base_transaction.h"
8 #include "sync/syncable/directory.h"
11 namespace syncable { namespace in namespace:syncer
78 } // namespace syncable
  /external/chromium_org/sync/test/
test_directory_backing_store.cc 11 namespace syncable { namespace in namespace:syncer
47 } // namespace syncable
  /external/chromium_org/sync/internal_api/test/
sync_manager_for_profile_sync_test.cc 9 #include "sync/syncable/directory.h"
23 syncable::Directory* directory = user_share->directory.get();
  /external/chromium_org/sync/sessions/
sync_session_context.cc 15 syncable::Directory* directory,

Completed in 415 milliseconds

1 2 3 45 6 7 8 9