Searched defs:sync_processor (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.h71 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
155 void set_sync_processor(syncer::SyncChangeProcessor* sync_processor) { argument
156 sync_processor_.reset(sync_processor);
H A Dautocomplete_syncable_service.cc114 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
118 DCHECK(sync_processor);
138 sync_processor_ = sync_processor.Pass();
111 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_processor.cc20 syncer::SyncChangeProcessor* sync_processor)
23 sync_processor_(sync_processor),
27 CHECK(sync_processor);
17 SettingsSyncProcessor( const std::string& extension_id, syncer::ModelType type, syncer::SyncChangeProcessor* sync_processor) argument
H A Dsettings_apitest.cc123 void InitSync(syncer::SyncChangeProcessor* sync_processor) { argument
125 InitSyncWithSyncableService(sync_processor, GetSyncableService());
188 syncer::SyncChangeProcessor* sync_processor,
196 sync_processor)),
335 syncer::FakeSyncChangeProcessor sync_processor; local
336 InitSync(&sync_processor);
380 syncer::FakeSyncChangeProcessor sync_processor; local
381 InitSync(&sync_processor);
187 InitSyncWithSyncableService( syncer::SyncChangeProcessor* sync_processor, syncer::SyncableService* settings_service) argument
H A Dsync_storage_backend.cc166 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
171 DCHECK(sync_processor.get());
174 sync_processor_ = sync_processor.Pass();
163 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) argument
H A Dsyncable_settings_storage.cc168 scoped_ptr<SettingsSyncProcessor> sync_processor) {
172 sync_processor_ = sync_processor.Pass();
166 StartSyncing( const base::DictionaryValue& sync_state, scoped_ptr<SettingsSyncProcessor> sync_processor) argument
/external/chromium_org/sync/api/
H A Dfake_syncable_service.cc36 scoped_ptr<SyncChangeProcessor> sync_processor,
39 sync_processor_ = sync_processor.Pass();
33 MergeDataAndStartSyncing( ModelType type, const SyncDataList& initial_sync_data, scoped_ptr<SyncChangeProcessor> sync_processor, scoped_ptr<SyncErrorFactory> sync_error_factory) argument
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h75 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
115 void set_sync_processor(syncer::SyncChangeProcessor* sync_processor) { argument
116 sync_processor_.reset(sync_processor);
H A Dautofill_profile_syncable_service.cc89 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
93 DCHECK(sync_processor.get());
119 sync_processor_ = sync_processor.Pass();
86 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_bundle.cc26 syncer::SyncChangeProcessor* sync_processor,
29 sync_processor_.reset(sync_processor);
25 SetupSync( syncer::SyncChangeProcessor* sync_processor, syncer::SyncErrorFactory* sync_error_factory, const syncer::SyncDataList& initial_sync_data) argument
H A Dextension_sync_service.cc158 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
160 CHECK(sync_processor.get());
165 extension_sync_bundle_.SetupSync(sync_processor.release(),
172 app_sync_bundle_.SetupSync(sync_processor.release(),
155 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) argument
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.cc144 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
147 notifications_change_processor_ = sync_processor.Pass();
149 app_info_change_processor_ = sync_processor.Pass();
141 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.cc79 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
83 DCHECK(sync_processor.get());
88 sync_processor_ = sync_processor.Pass();
76 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
H A Ddelete_directive_handler.cc296 scoped_ptr<syncer::SyncChangeProcessor> sync_processor) {
298 sync_processor_ = sync_processor.Pass();
293 Start( HistoryService* history_service, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service.cc193 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
196 sync_processor_ = sync_processor.Pass();
190 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
H A Dsupervised_user_settings_service.cc168 scoped_ptr<SyncChangeProcessor> sync_processor,
171 sync_processor_ = sync_processor.Pass();
165 MergeDataAndStartSyncing( ModelType type, const SyncDataList& initial_sync_data, scoped_ptr<SyncChangeProcessor> sync_processor, scoped_ptr<SyncErrorFactory> error_handler) argument
H A Dsupervised_user_sync_service.cc405 scoped_ptr<SyncChangeProcessor> sync_processor,
408 sync_processor_ = sync_processor.Pass();
402 MergeDataAndStartSyncing( ModelType type, const SyncDataList& initial_sync_data, scoped_ptr<SyncChangeProcessor> sync_processor, scoped_ptr<SyncErrorFactory> error_handler) argument
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service.cc58 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
62 DCHECK(sync_processor.get());
66 sync_processor_ = sync_processor.Pass();
55 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store.cc166 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
171 sync_processor_.reset(sync_processor.release());
164 MergeDataAndStartSyncing( ModelType type, const SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service.cc125 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
154 sync_processor_ = sync_processor.Pass();
122 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) argument
/external/chromium_org/components/sync_driver/
H A Ddevice_info_sync_service.cc37 scoped_ptr<SyncChangeProcessor> sync_processor,
39 DCHECK(sync_processor.get());
45 sync_processor_ = sync_processor.Pass();
34 MergeDataAndStartSyncing( ModelType type, const SyncDataList& initial_sync_data, scoped_ptr<SyncChangeProcessor> sync_processor, scoped_ptr<SyncErrorFactory> error_handler) argument
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.cc219 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
225 DCHECK(sync_processor.get());
228 sync_processor_ = sync_processor.Pass();
216 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) argument
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc297 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
302 DCHECK(sync_processor.get());
305 sync_processor_ = sync_processor.Pass();
294 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> sync_error_handler) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.cc530 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
533 DCHECK(sync_processor.get());
536 sync_processor_ = sync_processor.Pass();
527 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc241 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
245 favicon_images_sync_processor_ = sync_processor.Pass();
247 favicon_tracking_sync_processor_ = sync_processor.Pass();
238 MergeDataAndStartSyncing( syncer::ModelType type, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor, scoped_ptr<syncer::SyncErrorFactory> error_handler) argument

Completed in 791 milliseconds

12