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

  /external/chromium/chrome/browser/sync/syncable/
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...]
directory_backing_store.h 47 // 2. Requires that SaveChanges *only* be called from a single thread, and that
52 // SaveChanges is called a new sqlite3 handle is created, and it will get closed
73 // calls SaveChanges *must* be the thread that owns/destroys |this|.
74 virtual bool SaveChanges(const Directory::SaveChangesSnapshot& snapshot);
142 // Lazy creation of save_dbhandle_ for use by SaveChanges code path.
183 // for saving changes periodically via SaveChanges, respectively.
186 // or SyncCore threads, but SaveChanges is always called by the latter. We
directory_manager.cc 117 managed_directory_->SaveChanges();
directory_backing_store.cc 32 // is calling SaveChanges. In the worst case scenario, the user can put his
350 bool DirectoryBackingStore::SaveChanges(
    [all...]
syncable.h 730 // When the Directory is told to SaveChanges, a SaveChangesSnapshot is
857 // SaveChanges works by taking a consistent snapshot of the current Directory
862 // internal locking to enforce SaveChanges operations are mutually exclusive.
865 bool SaveChanges();
870 // Get GetUnsyncedMetaHandles should only be called after SaveChanges and
919 // See SaveChanges() for more information.
923 // successfully deleted on disk as a result of the SaveChanges that processed
924 // |snapshot|. See SaveChanges() for more information.
927 // Rolls back dirty bits in the event that the SaveChanges that
    [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.h 370 // SaveChanges, close sqlite handles, and halt the syncer thread (which
435 // This must be called from the thread on which SaveChanges is intended to
445 void SaveChanges();
500 // The timer used to periodically call SaveChanges.
sync_backend_host.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]
syncapi.h     [all...]
syncer_unittest.cc 666 dir->SaveChanges();
694 dir->SaveChanges();
    [all...]

Completed in 651 milliseconds