HomeSort by relevance Sort by last modified time
    Searched refs:syncable (Results 151 - 175 of 407) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/sync/engine/
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);
process_updates_util.cc 10 #include "sync/syncable/directory.h"
11 #include "sync/syncable/model_neutral_mutable_entry.h"
12 #include "sync/syncable/syncable_model_neutral_write_transaction.h"
13 #include "sync/syncable/syncable_proto_util.h"
14 #include "sync/syncable/syncable_util.h"
21 using syncable::GET_BY_ID;
46 bool UpdateContainsNewVersion(syncable::BaseTransaction *trans,
49 syncable::Entry existing_entry(trans, GET_BY_ID,
108 syncable::Directory* dir,
109 syncable::ModelNeutralWriteTransaction* trans
    [all...]
conflict_resolver.cc 15 #include "sync/syncable/directory.h"
16 #include "sync/syncable/mutable_entry.h"
17 #include "sync/syncable/syncable_write_transaction.h"
26 using syncable::Directory;
27 using syncable::Entry;
28 using syncable::Id;
29 using syncable::MutableEntry;
30 using syncable::WriteTransaction;
42 MutableEntry entry(trans, syncable::GET_BY_ID, id);
215 syncable::WriteTransaction* trans
    [all...]
sync_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_);
63 syncable::WriteTransaction trans(FROM_HERE, syncable::SYNCER, dir_);
129 syncable::ModelNeutralWriteTransaction* trans,
  /external/chromium_org/sync/internal_api/
internal_components_factory_impl.cc 11 #include "sync/syncable/on_disk_directory_backing_store.h"
43 syncable::Directory* directory,
61 scoped_ptr<syncable::DirectoryBackingStore>
64 return scoped_ptr<syncable::DirectoryBackingStore>(
65 new syncable::OnDiskDirectoryBackingStore(dir_name, backing_filepath));
write_node.cc 21 #include "sync/syncable/mutable_entry.h"
22 #include "sync/syncable/nigori_util.h"
23 #include "sync/syncable/syncable_util.h"
31 using syncable::kEncryptedString;
32 using syncable::SPECIFICS;
296 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
297 syncable::GET_BY_HANDLE, id);
315 const std::string hash = syncable::GenerateSyncableHash(model_type, tag);
317 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
318 syncable::GET_BY_CLIENT_TAG, hash)
    [all...]
  /external/chromium_org/sync/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
75 } // 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
syncable_model_neutral_write_transaction.h 9 #include "sync/syncable/metahandle_set.h"
10 #include "sync/syncable/syncable_base_write_transaction.h"
13 namespace syncable { namespace in namespace:syncer
41 } // namespace syncable
syncable_read_transaction.h 9 #include "sync/syncable/syncable_base_transaction.h"
13 namespace syncable { namespace in namespace:syncer
30 } // namespace syncable
syncable_util_unittest.cc 6 #include "sync/syncable/syncable_util.h"
10 namespace syncable { namespace in namespace:syncer
32 } // namespace syncable
parent_child_index.cc 5 #include "sync/syncable/parent_child_index.h"
9 #include "sync/syncable/entry_kernel.h"
10 #include "sync/syncable/syncable_id.h"
13 namespace syncable { namespace in namespace:syncer
16 const syncable::EntryKernel* a,
17 const syncable::EntryKernel* b) const {
59 const syncable::Id& parent_id = entry->ref(PARENT_ID);
72 // Like the other containers used to help support the syncable::Directory, this
92 const syncable::Id& parent_id = e->ref(PARENT_ID);
103 const OrderedChildSet* ParentChildIndex::GetChildren(const syncable::Id& id)
    [all...]
  /external/chromium_org/sync/test/
test_transaction_observer.h 10 #include "sync/syncable/transaction_observer.h"
11 #include "sync/syncable/write_transaction_info.h"
14 namespace syncable { namespace in namespace:syncer
16 // This class acts as a TransactionObserver for the syncable::Directory.
41 } // namespace syncable
  /external/chromium/chrome/browser/sync/syncable/
model_type_unittest.cc 5 #include "chrome/browser/sync/syncable/model_type.h"
13 namespace syncable { namespace
30 for (int i = syncable::FIRST_REAL_MODEL_TYPE;
31 i < syncable::MODEL_TYPE_COUNT; ++i) {
44 model_types.set(syncable::BOOKMARKS);
45 model_types.set(syncable::APPS);
58 model_types.insert(syncable::BOOKMARKS);
59 model_types.insert(syncable::APPS);
92 } // namespace syncable
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 9 #include "sync/syncable/directory.h"
10 #include "sync/syncable/entry.h"
11 #include "sync/syncable/mutable_entry.h"
12 #include "sync/syncable/syncable_base_transaction.h"
13 #include "sync/syncable/syncable_write_transaction.h"
19 namespace syncable { namespace in namespace:syncer
22 const syncable::Id& parent_id,
43 const syncable::Id& parent_id,
62 const syncable::Id& parent_id,
69 syncable::Directory *dir
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 15 #include "chrome/browser/sync/syncable/directory_manager.h"
16 #include "chrome/browser/sync/syncable/model_type.h"
17 #include "chrome/browser/sync/syncable/syncable-inl.h"
18 #include "chrome/browser/sync/syncable/syncable.h"
22 using syncable::BASE_VERSION;
23 using syncable::CTIME;
24 using syncable::ID;
25 using syncable::IS_DEL
    [all...]
syncer_unittest.cc 30 #include "chrome/browser/sync/syncable/directory_manager.h"
31 #include "chrome/browser/sync/syncable/model_type.h"
32 #include "chrome/browser/sync/syncable/syncable.h"
49 using syncable::BaseTransaction;
50 using syncable::Blob;
51 using syncable::CountEntriesWithName;
52 using syncable::Directory;
53 using syncable::Entry;
54 using syncable::GetFirstEntryWithName
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 23 #include "chrome/browser/sync/syncable/model_type.h"
24 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
49 const syncable::ModelTypePayloadMap& type_payloads) = 0;
75 void RegisterTypes(const syncable::ModelTypeSet& types);
98 const syncable::ModelTypeSet& types, const std::string& payload);
111 std::map<syncable::ModelType, int64> max_invalidation_versions_;
113 syncable::ModelTypeSet registered_types_;
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 27 #include "chrome/browser/sync/syncable/autofill_migration.h"
28 #include "chrome/browser/sync/syncable/model_type.h"
200 const syncable::ModelTypeSet& encrypted_types);
202 const syncable::ModelTypeSet& types);
219 const syncable::ModelTypeSet& chosen_types);
371 syncable::AutofillMigrationState
375 syncable::AutofillMigrationState state);
377 syncable::AutofillMigrationDebugInfo
381 syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
382 const syncable::AutofillMigrationDebugInfo& info)
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
sync_session.cc 6 #include "chrome/browser/sync/syncable/directory_manager.h"
7 #include "chrome/browser/sync/syncable/model_type.h"
59 syncable::ScopedDirLookup dir(context_->directory_manager(),
65 syncable::ModelTypeBitSet initial_sync_ended;
66 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT];
67 for (int i = 0; i < syncable::MODEL_TYPE_COUNT; ++i) {
68 syncable::ModelType type(syncable::ModelTypeFromInt(i));

Completed in 90 milliseconds

1 2 3 4 5 67 8 91011>>