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

  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 208 void FakeSyncManager::SaveChanges() {
  /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_org/chrome/browser/sync/glue/
sync_backend_host.cc 247 // This must be called from the thread on which SaveChanges is intended to
256 void SaveChanges();
275 // The timer used to periodically call SaveChanges.
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 663 directory()->SaveChanges();
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc 179 if (!SaveChanges())
515 bool Directory::SaveChanges() {
523 success = store_->SaveChanges(snapshot);
755 // that SaveChanges will at least try again later.
    [all...]
directory_backing_store.cc 200 bool DirectoryBackingStore::SaveChanges(
    [all...]
syncable_unittest.cc 212 dir.SaveChanges();
281 dir.SaveChanges();
309 dir.SaveChanges();
356 dir.SaveChanges();
416 dir.SaveChanges();
466 dir_->SaveChanges();
618 // Fake SaveChanges() and make sure we got what we expected.
651 // Fake SaveChanges() and make sure we got what we expected.
681 dir_->SaveChanges();
702 dir_->SaveChanges();
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]

Completed in 204 milliseconds