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

1 2 3 4 56 7 8 9

  /external/chromium_org/sync/syncable/
syncable_base_transaction.h 10 #include "sync/syncable/syncable_id.h"
13 namespace syncable { namespace in namespace:syncer
82 } // namespace syncable
syncable_delete_journal.h 13 #include "sync/syncable/metahandle_set.h"
14 #include "sync/syncable/syncable-inl.h"
17 namespace syncable { namespace in namespace:syncer
101 } // namespace syncable
syncable_id.cc 5 #include "sync/syncable/syncable_id.h"
15 namespace syncable { namespace in namespace:syncer
71 } // namespace syncable
syncable_util.h 20 namespace syncable { namespace in namespace:syncer
55 } // namespace syncable
write_transaction_info.cc 5 #include "sync/syncable/write_transaction_info.h"
10 namespace syncable { namespace in namespace:syncer
47 } // namespace syncable
syncable_write_transaction.cc 5 #include "sync/syncable/syncable_write_transaction.h"
7 #include "sync/syncable/directory.h"
8 #include "sync/syncable/directory_change_delegate.h"
9 #include "sync/syncable/mutable_entry.h"
10 #include "sync/syncable/transaction_observer.h"
11 #include "sync/syncable/write_transaction_info.h"
14 namespace syncable { namespace in namespace:syncer
49 for (syncable::EntryKernelMutationMap::iterator it = mutations_.begin();
98 if (writer_ == syncable::SYNCAPI) {
187 } // namespace syncable
    [all...]
directory.h 21 #include "sync/syncable/dir_open_result.h"
22 #include "sync/syncable/entry.h"
23 #include "sync/syncable/entry_kernel.h"
24 #include "sync/syncable/metahandle_set.h"
25 #include "sync/syncable/parent_child_index.h"
26 #include "sync/syncable/syncable_delete_journal.h"
34 namespace syncable { namespace in namespace:syncer
186 syncable::Id NextId();
293 syncable::Id GetPredecessorId(EntryKernel*);
294 syncable::Id GetSuccessorId(EntryKernel*)
    [all...]
syncable_util.cc 5 #include "sync/syncable/syncable_util.h"
11 #include "sync/syncable/directory.h"
12 #include "sync/syncable/entry.h"
13 #include "sync/syncable/mutable_entry.h"
14 #include "sync/syncable/syncable_id.h"
15 #include "sync/syncable/syncable_write_transaction.h"
18 namespace syncable { namespace in namespace:syncer
78 // Function to handle runtime failures on syncable code. Rather than crashing,
111 return syncable::GenerateSyncableHash(
115 } // namespace syncable
    [all...]
directory_unittest.h 12 #include "sync/syncable/in_memory_directory_backing_store.h"
13 #include "sync/syncable/mutable_entry.h"
14 #include "sync/syncable/syncable_read_transaction.h"
15 #include "sync/syncable/syncable_write_transaction.h"
25 namespace syncable { namespace in namespace:syncer
29 // A test fixture for syncable::Directory. Uses an in-memory database to keep
110 } // namespace syncable
on_disk_directory_backing_store.cc 5 #include "sync/syncable/on_disk_directory_backing_store.h"
10 #include "sync/syncable/syncable-inl.h"
13 namespace syncable { namespace in namespace:syncer
116 } // namespace syncable
syncable_enum_conversions_unittest.cc 7 #include "sync/syncable/syncable_enum_conversions.h"
14 namespace syncable { namespace in namespace:syncer
98 } // namespace syncable
syncable_id.h 28 namespace syncable { namespace in namespace:syncer
129 } // namespace syncable
entry_kernel.h 18 #include "sync/syncable/metahandle_set.h"
19 #include "sync/syncable/syncable_id.h"
26 namespace syncable { namespace in namespace:syncer
212 inline void mark_dirty(syncable::MetahandleSet* dirty_index) {
223 inline void clear_dirty(syncable::MetahandleSet* dirty_index) {
384 } // namespace syncable
  /external/chromium_org/sync/test/
null_directory_change_delegate.cc 8 namespace syncable { namespace in namespace:syncer
43 } // namespace syncable
test_directory_backing_store.h 9 #include "sync/syncable/directory_backing_store.h"
12 namespace syncable { namespace in namespace:syncer
64 } // namespace syncable
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 14 #include "sync/syncable/entry.h"
15 #include "sync/syncable/syncable_base_transaction.h"
24 // Traversal provides a way to collect a set of nodes from the syncable
39 void ExpandToInclude(syncable::BaseTransaction* trans,
51 syncable::Entry node(trans, syncable::GET_BY_HANDLE, node_to_include);
62 syncable::Entry parent(trans, syncable::GET_BY_ID,
158 syncable::BaseTransaction* trans = sync_trans->GetWrappedTrans();
js_mutation_event_observer.cc 86 const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
sync_encryption_handler_impl.cc 27 #include "sync/syncable/directory.h"
28 #include "sync/syncable/entry.h"
29 #include "sync/syncable/nigori_util.h"
30 #include "sync/syncable/syncable_base_transaction.h"
644 // Note: this is called from within a syncable transaction, so we need to post
648 syncable::BaseTransaction* const trans) {
667 syncable::BaseTransaction* const trans) const {
669 syncable::UpdateNigoriFromEncryptedTypes(UnlockVault(trans).encrypted_types,
675 syncable::BaseTransaction* const trans) const {
682 syncable::BaseTransaction* const trans)
    [all...]
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockSyncContentResolverDelegate.java 98 " is not syncable for authority " + authority +
111 public void setIsSyncable(Account account, String authority, int syncable) {
115 switch (syncable) {
132 throw new IllegalArgumentException("Unable to understand syncable argument: " +
133 syncable);
  /external/chromium_org/sync/engine/
get_updates_processor.h 33 namespace syncable { namespace in namespace:syncer
35 } // namespace syncable
get_updates_processor.cc 17 #include "sync/syncable/directory.h"
18 #include "sync/syncable/nigori_handler.h"
19 #include "sync/syncable/syncable_read_transaction.h"
31 syncable::Directory* dir = context->directory();
32 syncable::ReadTransaction trans(FROM_HERE, dir);
33 syncable::NigoriHandler* nigori_handler = dir->GetNigoriHandler();
40 syncable::Directory* dir) {
46 syncable::ReadTransaction trans(FROM_HERE, dir);
47 syncable::NigoriHandler* nigori_handler = dir->GetNigoriHandler();
257 syncable::Directory* dir = session->context()->directory()
    [all...]
  /external/chromium_org/sync/test/fake_server/
bookmark_entity_builder.cc 15 #include "sync/syncable/syncable_util.h"
23 using syncer::syncable::GenerateSyncableBookmarkHash;
  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 15 #include "sync/syncable/directory.h"
16 #include "sync/syncable/syncable_write_transaction.h"
31 using syncable::WriteTransaction;
36 MockConnectionManager::MockConnectionManager(syncable::Directory* directory,
98 WriteTransaction wt(FROM_HERE, syncable::UNITTEST, directory_);
227 void MockConnectionManager::SetTransientErrorId(syncable::Id id) {
397 AddUpdateTombstone(syncable::Id::CreateFromServerId(
428 void MockConnectionManager::AddUpdateTombstone(const syncable::Id& id) {
444 AddUpdateTombstone(syncable::Id::CreateFromServerId(id_string));
559 bool MockConnectionManager::ShouldTransientErrorThisId(syncable::Id id)
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 305 int syncable; field in class:SyncStorageEngine.AuthorityInfo
325 syncable = toCopy.syncable;
343 this.syncable = 1;
350 syncable = -1; // default to "unknown"
368 return target + ", enabled=" + enabled + ", syncable=" + syncable + ", backoff="
406 // Primary list of all syncable authorities. Also our global lock.
680 "get authority syncable");
684 return authority.syncable;
2002 String syncable = parser.getAttributeValue(null, "syncable"); local
    [all...]
  /external/chromium_org/sync/sessions/
sync_session.cc 13 #include "sync/syncable/directory.h"
40 syncable::Directory* dir = context_->directory();

Completed in 364 milliseconds

1 2 3 4 56 7 8 9