Searched refs:StopSyncing (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/sync/api/
H A Dsyncable_service.h58 virtual void StopSyncing(ModelType type) = 0;
H A Dfake_syncable_service.cc49 void FakeSyncableService::StopSyncing(ModelType type) { function in class:syncer::FakeSyncableService
H A Dfake_syncable_service.h26 // unset on StopSyncing. False by default.
35 virtual void StopSyncing(ModelType type) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.h36 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.cc84 syncable_storage.get()->StopSyncing();
215 it->second->StopSyncing();
256 storage->StopSyncing();
262 void SyncStorageBackend::StopSyncing(syncer::ModelType type) { function in class:extensions::SyncStorageBackend
271 // and syncing was disabled, but StopSyncing is safe to call multiple times.
272 it->second->StopSyncing();
H A Dsync_storage_backend.h64 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
H A Dsyncable_settings_storage.cc132 StopSyncing();
143 StopSyncing();
155 StopSyncing();
205 StopSyncing();
265 void SyncableSettingsStorage::StopSyncing() { function in class:extensions::SyncableSettingsStorage
H A Dsyncable_settings_storage.h65 void StopSyncing();
H A Dsettings_sync_unittest.cc297 GetSyncableService(model_type)->StopSyncing(model_type);
351 GetSyncableService(model_type)->StopSyncing(model_type);
383 GetSyncableService(model_type)->StopSyncing(model_type);
424 GetSyncableService(model_type)->StopSyncing(model_type);
498 GetSyncableService(model_type)->StopSyncing(model_type);
641 GetSyncableService(model_type)->StopSyncing(model_type);
681 StopSyncing(syncer::EXTENSION_SETTINGS);
696 StopSyncing(syncer::APP_SETTINGS);
840 GetSyncableService(model_type)->StopSyncing(model_type);
1121 GetSyncableService(model_type)->StopSyncing(model_typ
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service.h98 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
H A Dsupervised_user_settings_service.h120 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
H A Dsupervised_user_sync_service.h117 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service.h41 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service.h53 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/components/sync_driver/
H A Ddevice_info_sync_service.h33 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
92 // MergeDataAndStartSyncing() and destroy them in StopSyncing().
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store.cc184 void DomDistillerStore::StopSyncing(ModelType type) { function in class:dom_distiller::DomDistillerStore
279 StopSyncing(syncer::ARTICLES);
295 StopSyncing(syncer::ARTICLES);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_service.h66 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h117 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service_unittest.cc322 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
376 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
439 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
478 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
519 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
772 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
793 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
840 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
888 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
929 autofill_syncable_service_.StopSyncing(synce
[all...]
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.h51 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
131 // MergeDataAndStartSyncing() and destroy them in StopSyncing().
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.h57 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
142 // Set when start syncing, reset in StopSyncing. While this is not set, we
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.h60 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
H A Dsearch_engine_data_type_controller_unittest.cc47 syncable_service_.StopSyncing(syncer::SEARCH_ENGINES);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.h95 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.h73 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
166 // destroy it in StopSyncing().
170 // destroy it in StopSyncing().

Completed in 1065 milliseconds

123