Searched refs:routing_info (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/sync/internal_api/public/engine/
H A Dmodel_safe_worker_unittest.cc18 ModelSafeRoutingInfo routing_info; local
19 routing_info[BOOKMARKS] = GROUP_PASSIVE;
20 routing_info[NIGORI] = GROUP_UI;
21 routing_info[PREFERENCES] = GROUP_DB;
27 ModelSafeRoutingInfoToValue(routing_info));
32 ModelSafeRoutingInfo routing_info; local
33 routing_info[BOOKMARKS] = GROUP_PASSIVE;
34 routing_info[NIGORI] = GROUP_UI;
35 routing_info[PREFERENCES] = GROUP_DB;
39 ModelSafeRoutingInfoToString(routing_info));
43 ModelSafeRoutingInfo routing_info; local
[all...]
H A Dmodel_safe_worker.cc15 const ModelSafeRoutingInfo& routing_info) {
17 for (ModelSafeRoutingInfo::const_iterator it = routing_info.begin();
18 it != routing_info.end(); ++it) {
26 const ModelSafeRoutingInfo& routing_info) {
28 ModelSafeRoutingInfoToValue(routing_info));
34 ModelTypeSet GetRoutingInfoTypes(const ModelSafeRoutingInfo& routing_info) { argument
36 for (ModelSafeRoutingInfo::const_iterator it = routing_info.begin();
37 it != routing_info.end(); ++it) {
14 ModelSafeRoutingInfoToValue( const ModelSafeRoutingInfo& routing_info) argument
25 ModelSafeRoutingInfoToString( const ModelSafeRoutingInfo& routing_info) argument
H A Dmodel_safe_worker.h152 const ModelSafeRoutingInfo& routing_info);
155 const ModelSafeRoutingInfo& routing_info);
158 const ModelSafeRoutingInfo& routing_info);
/external/chromium_org/sync/sessions/
H A Dsync_session_context.cc48 const ModelSafeRoutingInfo& routing_info) {
49 model_type_registry_->SetEnabledDirectoryTypes(routing_info);
47 SetRoutingInfo( const ModelSafeRoutingInfo& routing_info) argument
H A Dmodel_type_registry_unittest.cc84 ModelSafeRoutingInfo routing_info; local
85 routing_info.insert(std::make_pair(NIGORI, GROUP_PASSIVE));
86 routing_info.insert(std::make_pair(BOOKMARKS, GROUP_UI));
87 routing_info.insert(std::make_pair(AUTOFILL, GROUP_DB));
89 registry()->SetEnabledDirectoryTypes(routing_info);
H A Dmodel_type_registry.cc126 const ModelSafeRoutingInfo& routing_info) {
144 for (ModelSafeRoutingInfo::const_iterator routing_iter = routing_info.begin();
145 routing_iter != routing_info.end(); ++routing_iter) {
185 enabled_directory_types_ = GetRoutingInfoTypes(routing_info);
125 SetEnabledDirectoryTypes( const ModelSafeRoutingInfo& routing_info) argument
H A Dsync_session_context.h65 void SetRoutingInfo(const ModelSafeRoutingInfo& routing_info);
H A Dmodel_type_registry.h54 void SetEnabledDirectoryTypes(const ModelSafeRoutingInfo& routing_info);
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager.h27 const ModelSafeRoutingInfo& routing_info) OVERRIDE;
H A Dsync_rollback_manager_unittest.cc203 ModelSafeRoutingInfo routing_info; local
204 routing_info[PREFERENCES] = GROUP_UI;
205 rollback_manager.StartSyncingNormally(routing_info);
227 ModelSafeRoutingInfo routing_info; local
228 routing_info[PREFERENCES] = GROUP_UI;
229 rollback_manager.StartSyncingNormally(routing_info);
H A Dsync_rollback_manager.cc46 const ModelSafeRoutingInfo& routing_info){
77 ModelSafeGroup group = routing_info.find(it->first)->second;
45 StartSyncingNormally( const ModelSafeRoutingInfo& routing_info) argument
H A Dsync_manager_impl_unittest.cc809 ModelSafeRoutingInfo routing_info; local
810 GetModelSafeRoutingInfo(&routing_info);
841 for (ModelSafeRoutingInfo::iterator i = routing_info.begin();
842 i != routing_info.end(); ++i) {
871 ModelSafeRoutingInfo routing_info; local
872 GetModelSafeRoutingInfo(&routing_info);
873 return GetRoutingInfoTypes(routing_info);
1022 ModelSafeRoutingInfo routing_info; local
1023 GetModelSafeRoutingInfo(&routing_info);
1024 sync_manager_.StartSyncingNormally(routing_info);
2354 ModelSafeRoutingInfo routing_info; local
2553 ModelSafeRoutingInfo routing_info; local
2627 ModelSafeRoutingInfo routing_info; local
2669 ModelSafeRoutingInfo routing_info; local
[all...]
H A Dsync_rollback_manager_base.h44 virtual void StartSyncingNormally(const ModelSafeRoutingInfo& routing_info)
/external/chromium_org/sync/engine/
H A Dsync_scheduler.h32 const ModelSafeRoutingInfo& routing_info,
42 ModelSafeRoutingInfo routing_info; member in struct:syncer::ConfigurationParams
H A Dsync_scheduler_impl.cc90 const ModelSafeRoutingInfo& routing_info,
95 routing_info(routing_info),
294 params.routing_info,
87 ConfigurationParams( const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource& source, ModelTypeSet types_to_download, const ModelSafeRoutingInfo& routing_info, const base::Closure& ready_task, const base::Closure& retry_task) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc58 const syncer::ModelSafeRoutingInfo& routing_info,
76 routing_info(routing_info),
206 syncer::ModelSafeRoutingInfo routing_info; local
207 registrar_->GetModelSafeRoutingInfo(&routing_info);
214 GetRoutingInfoTypes(routing_info));
222 routing_info,
466 const syncer::ModelSafeRoutingInfo& routing_info) {
468 sync_manager_->StartSyncingNormally(routing_info);
579 const syncer::ModelSafeRoutingInfo routing_info,
55 DoInitializeOptions( base::MessageLoop* sync_loop, SyncBackendRegistrar* registrar, const syncer::ModelSafeRoutingInfo& routing_info, const std::vector<scoped_refptr<syncer::ModelSafeWorker> >& workers, const scoped_refptr<syncer::ExtensionsActivity>& extensions_activity, const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, const GURL& service_url, scoped_ptr<syncer::HttpPostProviderFactory> http_bridge_factory, const syncer::SyncCredentials& credentials, const std::string& invalidator_client_id, scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, bool delete_sync_data_folder, const std::string& restored_key_for_bootstrapping, const std::string& restored_keystore_key_for_bootstrapping, scoped_ptr<syncer::InternalComponentsFactory> internal_components_factory, scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, syncer::ReportUnrecoverableErrorFunction report_unrecoverable_error_function) argument
465 DoStartSyncing( const syncer::ModelSafeRoutingInfo& routing_info) argument
576 DoConfigureSyncer( syncer::ConfigureReason reason, const DoConfigureSyncerTypes& config_types, const syncer::ModelSafeRoutingInfo routing_info, const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>& ready_task, const base::Closure& retry_callback) argument
612 syncer::ModelSafeRoutingInfo routing_info; local
[all...]
H A Dsync_backend_host_core.h28 const syncer::ModelSafeRoutingInfo& routing_info,
48 syncer::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::DoInitializeOptions
160 void DoStartSyncing(const syncer::ModelSafeRoutingInfo& routing_info);
197 const syncer::ModelSafeRoutingInfo routing_info,
H A Dsync_backend_host_impl.cc118 syncer::ModelSafeRoutingInfo routing_info; local
120 registrar_->GetModelSafeRoutingInfo(&routing_info);
141 routing_info,
175 syncer::ModelSafeRoutingInfo routing_info; local
176 registrar_->GetModelSafeRoutingInfo(&routing_info);
180 core_.get(), routing_info));
391 syncer::ModelSafeRoutingInfo routing_info; local
392 registrar_->GetModelSafeRoutingInfo(&routing_info);
435 routing_info,
571 const syncer::ModelSafeRoutingInfo& routing_info,
564 RequestConfigureSyncer( syncer::ConfigureReason reason, syncer::ModelTypeSet to_download, syncer::ModelTypeSet to_purge, syncer::ModelTypeSet to_journal, syncer::ModelTypeSet to_unapply, syncer::ModelTypeSet to_ignore, const syncer::ModelSafeRoutingInfo& routing_info, const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>& ready_task, const base::Closure& retry_callback) argument
[all...]
H A Dsync_backend_registrar_unittest.cc90 syncer::ModelSafeRoutingInfo routing_info; local
91 registrar->GetModelSafeRoutingInfo(&routing_info);
92 EXPECT_EQ(expected_routing_info, routing_info);
H A Dsync_backend_host_impl.h156 const syncer::ModelSafeRoutingInfo& routing_info,
/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.h53 const syncer::ModelSafeRoutingInfo& routing_info,
H A Dtest_profile_sync_service.cc78 const syncer::ModelSafeRoutingInfo& routing_info,
71 RequestConfigureSyncer( syncer::ConfigureReason reason, syncer::ModelTypeSet to_download, syncer::ModelTypeSet to_purge, syncer::ModelTypeSet to_journal, syncer::ModelTypeSet to_unapply, syncer::ModelTypeSet to_ignore, const syncer::ModelSafeRoutingInfo& routing_info, const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>& ready_task, const base::Closure& retry_callback) argument
/external/chromium_org/sync/internal_api/public/test/
H A Dfake_sync_manager.h87 const ModelSafeRoutingInfo& routing_info) OVERRIDE;
/external/chromium_org/sync/tools/
H A Dsync_client.cc394 ModelSafeRoutingInfo routing_info; local
397 routing_info[it.Get()] = GROUP_PASSIVE;
460 sync_manager->StartSyncingNormally(routing_info);
/external/chromium_org/sync/internal_api/public/
H A Dsync_manager.h301 const ModelSafeRoutingInfo& routing_info) = 0;

Completed in 225 milliseconds

12