Home | History | Annotate | Download | only in syncable

Lines Matching full:snapshot

149   // constructed and forms a consistent snapshot of what needs to be sent to
311 // SaveChanges works by taking a consistent snapshot of the current Directory
313 // snapshot to the backing store under no transaction, and finally cleaning
585 // Constructs a consistent snapshot of the current Directory state and
586 // indices (by deep copy) under a ReadTransaction for use in |snapshot|.
588 void TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot);
592 // |snapshot|. See SaveChanges() for more information.
593 bool VacuumAfterSaveChanges(const SaveChangesSnapshot& snapshot);
596 // processed |snapshot| failed, for example, due to no disk space.
597 void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot);