Home | History | Annotate | Download | only in syncable

Lines Matching refs:syncable

5 #include "sync/syncable/directory.h"
16 #include "sync/syncable/entry.h"
17 #include "sync/syncable/entry_kernel.h"
18 #include "sync/syncable/in_memory_directory_backing_store.h"
19 #include "sync/syncable/on_disk_directory_backing_store.h"
20 #include "sync/syncable/scoped_kernel_lock.h"
21 #include "sync/syncable/scoped_parent_child_index_updater.h"
22 #include "sync/syncable/syncable-inl.h"
23 #include "sync/syncable/syncable_base_transaction.h"
24 #include "sync/syncable/syncable_changes_version.h"
25 #include "sync/syncable/syncable_read_transaction.h"
26 #include "sync/syncable/syncable_util.h"
27 #include "sync/syncable/syncable_write_transaction.h"
32 namespace syncable {
936 syncable::ReadTransaction trans(FROM_HERE, this);
948 syncable::ReadTransaction trans(FROM_HERE, this);
955 syncable::Entry entry(trans, syncable::GET_TYPE_ROOT, type);
1062 syncable::ReadTransaction trans(FROM_HERE, this);
1105 syncable::BaseTransaction* trans,
1126 bool Directory::FullyCheckTreeInvariants(syncable::BaseTransaction* trans) {
1132 bool Directory::CheckTreeInvariants(syncable::BaseTransaction* trans,
1140 syncable::Id id = e.GetId();
1141 syncable::Id parentid = e.GetParentId();
1313 syncable::Id Directory::GetPredecessorId(EntryKernel* e) {
1331 syncable::Id Directory::GetSuccessorId(EntryKernel* e) {
1454 } // namespace syncable