Home | History | Annotate | Download | only in syncable

Lines Matching refs:trans

200   bool InitialSyncEndedForType(BaseTransaction* trans, ModelType type);
223 Cryptographer* GetCryptographer(const BaseTransaction* trans);
229 bool unrecoverable_error_set(const BaseTransaction* trans) const;
241 void OnUnrecoverableError(const BaseTransaction* trans,
267 bool HasChildren(BaseTransaction* trans, const Id& id);
273 Id GetFirstChildId(BaseTransaction* trans, const EntryKernel* parent);
306 void GetAllEntryKernels(BaseTransaction* trans,
315 void GetUnsyncedMetaHandles(BaseTransaction* trans,
323 void GetUnappliedUpdateMetaHandles(BaseTransaction* trans,
341 syncable::BaseTransaction* trans,
346 bool FullyCheckTreeInvariants(BaseTransaction *trans);
378 bool ReindexId(BaseWriteTransaction* trans, EntryKernel* const entry,
380 bool ReindexParentId(BaseWriteTransaction* trans, EntryKernel* const entry,
483 bool CheckTreeInvariants(syncable::BaseTransaction* trans,
507 bool InsertEntry(BaseWriteTransaction* trans,
509 bool InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry);
512 void GetAllMetaHandles(BaseTransaction* trans, MetahandleSet* result);
513 bool SafeToPurgeFromMemory(WriteTransaction* trans,