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

1 2 34 5 6 7 8 9

  /external/chromium_org/sync/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...]
directory_change_delegate.h 10 #include "sync/syncable/write_transaction_info.h"
13 namespace syncable { namespace in namespace:syncer
16 // the releasing of the syncable transaction. The delegate performs work to
48 } // namespace syncable
write_transaction_info.h 8 #include "sync/syncable/entry_kernel.h"
9 #include "sync/syncable/syncable_base_transaction.h"
12 namespace syncable { namespace in namespace:syncer
38 } // namespace syncable
  /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
fake_sync_encryption_handler.cc 8 #include "sync/syncable/nigori_util.h"
28 syncable::BaseTransaction* const trans) {
57 syncable::BaseTransaction* const trans) const {
58 syncable::UpdateNigoriFromEncryptedTypes(encrypted_types_,
64 syncable::BaseTransaction* const trans) const {
70 syncable::BaseTransaction* const trans) {
87 syncable::BaseTransaction* const trans) const {
null_directory_change_delegate.h 9 #include "sync/syncable/directory_change_delegate.h"
12 namespace syncable { namespace in namespace:syncer
34 } // 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_org/sync/sessions/
directory_type_debug_info_emitter.cc 9 #include "sync/syncable/entry.h"
10 #include "sync/syncable/syncable_read_transaction.h"
15 syncable::Directory* directory,
32 syncable::ReadTransaction trans(FROM_HERE, directory_);
69 syncable::ReadTransaction trans(FROM_HERE, directory_);
78 syncable::Entry e(&trans, syncable::GET_BY_HANDLE, *it);
sync_session_context.h 31 namespace syncable { namespace in namespace:syncer
45 syncable::Directory* directory,
59 syncable::Directory* directory() {
135 syncable::Directory* const directory_;
model_type_registry.h 20 namespace syncable { namespace in namespace:syncer
22 } // namespace syncable
48 syncable::Directory* directory);
112 syncable::Directory* directory_;
  /external/chromium_org/sync/internal_api/
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;
283 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
284 syncable::GET_BY_HANDLE, id);
302 const std::string hash = syncable::GenerateSyncableHash(model_type, tag);
304 entry_ = new syncable::MutableEntry(transaction_->GetWrappedWriteTrans(),
305 syncable::GET_BY_CLIENT_TAG, hash)
    [all...]
sync_rollback_manager_base.h 15 #include "sync/syncable/directory_change_delegate.h"
16 #include "sync/syncable/transaction_observer.h"
31 public syncable::DirectoryChangeDelegate,
32 public syncable::TransactionObserver {
79 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
80 syncable::BaseTransaction* trans) OVERRIDE;
82 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
83 syncable::BaseTransaction* trans,
86 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
87 syncable::BaseTransaction* trans
    [all...]
js_mutation_event_observer.h 17 #include "sync/syncable/transaction_observer.h"
32 public syncable::TransactionObserver,
52 // syncable::TransactionObserver implementation.
54 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
base_transaction.cc 7 #include "sync/syncable/directory.h"
8 #include "sync/syncable/nigori_handler.h"
28 syncable::NigoriHandler* nigori_handler =
base_node.cc 22 #include "sync/syncable/directory.h"
23 #include "sync/syncable/entry.h"
24 #include "sync/syncable/syncable_id.h"
31 using syncable::SPECIFICS;
35 static int64 IdToMetahandle(syncable::BaseTransaction* trans,
36 const syncable::Id& id) {
37 syncable::Entry entry(trans, syncable::GET_BY_ID, id);
110 const syncable::Entry* entry) const {
173 syncable::Directory* dir = GetTransaction()->GetDirectory()
    [all...]
sync_manager_impl.h 29 #include "sync/syncable/directory_change_delegate.h"
46 // SyncManager encapsulates syncable::Directory and serves as the parent of all
61 public syncable::DirectoryChangeDelegate,
170 // This listener is called upon completion of a syncable transaction, and
176 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
177 syncable::BaseTransaction* trans) OVERRIDE;
179 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
180 syncable::BaseTransaction* trans,
183 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
184 syncable::BaseTransaction* trans
    [all...]
  /external/chromium_org/sync/engine/
conflict_resolver.cc 16 #include "sync/syncable/directory.h"
17 #include "sync/syncable/mutable_entry.h"
18 #include "sync/syncable/syncable_write_transaction.h"
27 using syncable::Directory;
28 using syncable::Entry;
29 using syncable::Id;
30 using syncable::MutableEntry;
31 using syncable::WriteTransaction;
44 MutableEntry entry(trans, syncable::GET_BY_ID, id);
221 syncable::WriteTransaction* trans
    [all...]
syncer_unittest.cc 42 #include "sync/syncable/mutable_entry.h"
43 #include "sync/syncable/nigori_util.h"
44 #include "sync/syncable/syncable_delete_journal.h"
45 #include "sync/syncable/syncable_read_transaction.h"
46 #include "sync/syncable/syncable_util.h"
47 #include "sync/syncable/syncable_write_transaction.h"
72 using syncable::BaseTransaction;
73 using syncable::Blob;
74 using syncable::CountEntriesWithName;
75 using syncable::Directory
    [all...]
directory_commit_contribution.cc 11 #include "sync/syncable/model_neutral_mutable_entry.h"
12 #include "sync/syncable/syncable_model_neutral_write_transaction.h"
16 using syncable::GET_BY_HANDLE;
17 using syncable::SYNCER;
25 syncable::Directory* dir,
33 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir);
43 syncable::ModelNeutralMutableEntry entry(&trans, GET_BY_HANDLE, *it);
86 std::set<syncable::Id> deleted_folders;
88 syncable::ModelNeutralWriteTransaction trans(FROM_HERE, SYNCER, dir_);
108 syncable::Entry e(&trans, GET_BY_HANDLE, metahandles_[i])
    [all...]
  /external/chromium_org/sync/internal_api/public/
internal_components_factory_impl.h 29 syncable::Directory* directory,
36 virtual scoped_ptr<syncable::DirectoryBackingStore>
internal_components_factory.h 33 namespace syncable { namespace in namespace:syncer
84 syncable::Directory* directory,
91 virtual scoped_ptr<syncable::DirectoryBackingStore>
  /external/chromium_org/sync/internal_api/public/test/
test_internal_components_factory.h 35 syncable::Directory* directory,
42 virtual scoped_ptr<syncable::DirectoryBackingStore>

Completed in 311 milliseconds

1 2 34 5 6 7 8 9