Home
last modified time | relevance | path

Searched defs:StopSyncing (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/sync/api/
Dfake_syncable_service.cc49 void FakeSyncableService::StopSyncing(ModelType type) { in StopSyncing() function in syncer::FakeSyncableService
/external/chromium_org/chrome/browser/themes/
Dtheme_syncable_service.cc100 void ThemeSyncableService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in ThemeSyncableService
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
Dsynced_notifications_shim.cc164 void SyncedNotificationsShim::StopSyncing(syncer::ModelType type) { in StopSyncing() function in SyncedNotificationsShim
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsync_storage_backend.cc262 void SyncStorageBackend::StopSyncing(syncer::ModelType type) { in StopSyncing() function in extensions::SyncStorageBackend
Dsyncable_settings_storage.cc265 void SyncableSettingsStorage::StopSyncing() { in StopSyncing() function in extensions::SyncableSettingsStorage
/external/chromium_org/components/sync_driver/
Ddevice_info_sync_service.cc134 void DeviceInfoSyncService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in sync_driver::DeviceInfoSyncService
/external/chromium_org/chrome/browser/extensions/
Dextension_sync_service.cc213 void ExtensionSyncService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in ExtensionSyncService
/external/chromium_org/chrome/browser/history/
Dtyped_url_syncable_service.cc96 void TypedUrlSyncableService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in history::TypedUrlSyncableService
Dhistory_service.cc1064 void HistoryService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in HistoryService
/external/chromium_org/components/dom_distiller/core/
Ddom_distiller_store.cc184 void DomDistillerStore::StopSyncing(ModelType type) { in StopSyncing() function in dom_distiller::DomDistillerStore
/external/chromium_org/chrome/browser/webdata/
Dautocomplete_syncable_service.cc178 void AutocompleteSyncableService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in AutocompleteSyncableService
/external/chromium_org/components/password_manager/core/browser/
Dpassword_syncable_service.cc193 void PasswordSyncableService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in password_manager::PasswordSyncableService
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_settings_service.cc220 void SupervisedUserSettingsService::StopSyncing(ModelType type) { in StopSyncing() function in SupervisedUserSettingsService
Dsupervised_user_shared_settings_service.cc266 void SupervisedUserSharedSettingsService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in SupervisedUserSharedSettingsService
Dsupervised_user_sync_service.cc463 void SupervisedUserSyncService::StopSyncing(ModelType type) { in StopSyncing() function in SupervisedUserSyncService
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc196 void AutofillProfileSyncableService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in autofill::AutofillProfileSyncableService
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary.cc336 void SpellcheckCustomDictionary::StopSyncing(syncer::ModelType type) { in StopSyncing() function in SpellcheckCustomDictionary
/external/chromium_org/chrome/browser/prefs/
Dpref_model_associator.cc306 void PrefModelAssociator::StopSyncing(syncer::ModelType type) { in StopSyncing() function in PrefModelAssociator
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_syncable_service.cc609 void AppListSyncableService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in app_list::AppListSyncableService
/external/chromium_org/chrome/browser/sync/glue/
Dfavicon_cache.cc311 void FaviconCache::StopSyncing(syncer::ModelType type) { in StopSyncing() function in browser_sync::FaviconCache
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.cc412 void SessionsSyncManager::StopSyncing(syncer::ModelType type) { in StopSyncing() function in browser_sync::SessionsSyncManager
/external/chromium_org/components/search_engines/
Dtemplate_url_service.cc1221 void TemplateURLService::StopSyncing(syncer::ModelType type) { in StopSyncing() function in TemplateURLService
Dtemplate_url_service_sync_unittest.cc1328 TEST_F(TemplateURLServiceSyncTest, StopSyncing) { in TEST_F() argument