HomeSort by relevance Sort by last modified time
    Searched defs:SaveChanges (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 32 // is calling SaveChanges. In the worst case scenario, the user can put his
350 bool DirectoryBackingStore::SaveChanges(
    [all...]
syncable_unittest.cc 181 dir.SaveChanges();
204 dir.SaveChanges();
241 dir.SaveChanges();
293 dir.SaveChanges();
296 // A Directory whose backing store always fails SaveChanges by returning false.
304 virtual bool SaveChanges(const Directory::SaveChangesSnapshot& snapshot) {
335 dir_->SaveChanges();
347 dir_->SaveChanges();
467 // Fake SaveChanges() and make sure we got what we expected.
500 // Fake SaveChanges() and make sure we got what we expected
    [all...]
syncable.cc 625 bool Directory::SaveChanges() {
634 success = store_->SaveChanges(snapshot);
741 // that SaveChanges will at least try again later.
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]

Completed in 719 milliseconds