HomeSort by relevance Sort by last modified time
    Searched refs:TakeSnapshotForSaveChanges (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/syncable/
directory.h 489 // necessarily). Dirtyness is confirmed in TakeSnapshotForSaveChanges().
588 void TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot);
directory_unittest.cc 260 dir()->TakeSnapshotForSaveChanges(&snapshot1);
270 dir()->TakeSnapshotForSaveChanges(&snapshot2);
289 dir()->TakeSnapshotForSaveChanges(&snapshot);
325 dir()->TakeSnapshotForSaveChanges(&snapshot);
392 dir()->TakeSnapshotForSaveChanges(&snapshot);
419 dir()->TakeSnapshotForSaveChanges(&snapshot);
    [all...]
directory.cc 196 // TakeSnapshotForSaveChanges() or crbug.com/142987 for more information.
528 void Directory::TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot) {
581 TakeSnapshotForSaveChanges(&snapshot);
    [all...]

Completed in 47 milliseconds