HomeSort by relevance Sort by last modified time
    Searched refs:StopSyncing (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.h 23 void StopSyncing(const ListValue* args);
stop_syncing_handler.cc 36 web_ui_->RegisterMessageCallback("stopSyncing",
37 NewCallback(this, &StopSyncingHandler::StopSyncing));
40 void StopSyncingHandler::StopSyncing(const ListValue* args){
  /external/chromium_org/sync/api/
fake_syncable_service.h 26 // unset on StopSyncing. False by default.
35 virtual void StopSyncing(ModelType type) OVERRIDE;
syncable_service.h 57 virtual void StopSyncing(ModelType type) = 0;
fake_syncable_service.cc 49 void FakeSyncableService::StopSyncing(ModelType type) {
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_sync_service.h 46 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
managed_user_registration_utility_unittest.cc 277 service()->StopSyncing(MANAGED_USERS);
managed_user_sync_service_unittest.cc 141 service_->StopSyncing(MANAGED_USERS);
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 41 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_backend.cc 78 syncable_storage.get()->StopSyncing();
223 it->second->StopSyncing();
259 storage->StopSyncing();
265 void SettingsBackend::StopSyncing(syncer::ModelType type) {
274 // and syncing was disabled, but StopSyncing is safe to call multiple times.
275 it->second->StopSyncing();
settings_backend.h 68 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
syncable_settings_storage.h 61 void StopSyncing();
settings_sync_unittest.cc 298 GetSyncableService(model_type)->StopSyncing(model_type);
351 GetSyncableService(model_type)->StopSyncing(model_type);
383 GetSyncableService(model_type)->StopSyncing(model_type);
423 GetSyncableService(model_type)->StopSyncing(model_type);
496 GetSyncableService(model_type)->StopSyncing(model_type);
638 GetSyncableService(model_type)->StopSyncing(model_type);
678 StopSyncing(syncer::EXTENSION_SETTINGS);
693 StopSyncing(syncer::APP_SETTINGS);
837 GetSyncableService(model_type)->StopSyncing(model_type);
    [all...]
syncable_settings_storage.cc 125 StopSyncing();
170 StopSyncing();
229 void SyncableSettingsStorage::StopSyncing() {
  /external/chromium_org/chrome/browser/extensions/
test_extension_service.cc 92 void TestExtensionService::StopSyncing(syncer::ModelType type) {
test_extension_service.h 61 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 44 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
  /external/chromium_org/chrome/browser/policy/
managed_mode_policy_provider.h 113 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 51 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
131 // MergeDataAndStartSyncing() and destroy them in StopSyncing().
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.h 56 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
134 // Set when start syncing, reset in StopSyncing. While this is not set, we
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 117 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 68 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
164 // destroy it in StopSyncing().
168 // destroy it in StopSyncing().
autofill_profile_syncable_service.h 71 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
autofill_profile_syncable_service_unittest.cc 219 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
275 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
340 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
390 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
433 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 60 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;

Completed in 630 milliseconds

1 2