Searched defs:routing_info (Results 1 - 24 of 24) sorted by relevance

/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
/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_unittest.cc155 const ModelSafeRoutingInfo& routing_info() { return routing_info_; } function in class:syncer::SyncSchedulerTest
893 context()->set_routing_info(routing_info());
H A Dsync_scheduler_impl.cc75 const ModelSafeRoutingInfo& routing_info,
80 routing_info(routing_info),
293 params.routing_info,
72 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
H A Dsyncer_unittest.cc222 ModelSafeRoutingInfo routing_info; local
225 GetModelSafeRoutingInfo(&routing_info);
236 context_->set_routing_info(routing_info);
441 ModelSafeRoutingInfo routing_info; local
442 GetModelSafeRoutingInfo(&routing_info);
445 context_->set_routing_info(routing_info);
454 ModelSafeRoutingInfo routing_info; local
455 GetModelSafeRoutingInfo(&routing_info);
458 context_->set_routing_info(routing_info);
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host_unittest.cc97 ModelSafeRoutingInfo routing_info; local
101 data_type_controllers, types, NULL, &routing_info));
102 EXPECT_TRUE(routing_info.empty());
114 ModelSafeRoutingInfo routing_info; local
118 data_type_controllers, types, NULL, &routing_info));
119 EXPECT_TRUE(routing_info.empty());
132 ModelSafeRoutingInfo routing_info; local
136 data_type_controllers, types, NULL, &routing_info));
140 EXPECT_EQ(expected_routing_info, routing_info);
156 ModelSafeRoutingInfo routing_info; local
176 ModelSafeRoutingInfo routing_info; local
[all...]
H A Dsync_backend_host.h584 // value. Takes ownership of |ready_task| (but not |routing_info|).
589 ModelSafeRoutingInfo* routing_info);
614 browser_sync::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::SyncBackendHost::__anon2490
H A Dsync_backend_host.cc119 // be in the routing_info map. We set them to group passive, meaning that
123 registrar_.routing_info[(*it)] = GROUP_PASSIVE;
134 registrar_.routing_info.erase(syncable::PASSWORDS);
138 registrar_.routing_info[syncable::NIGORI] = GROUP_PASSIVE;
169 // Note that NIGORI is only ever added/removed from routing_info once,
172 return registrar_.routing_info.find(syncable::NIGORI) !=
173 registrar_.routing_info.end();
276 registrar_.routing_info.clear();
360 ModelSafeRoutingInfo* routing_info) {
366 // If a type is not specified, remove it from the routing_info
356 MakePendingConfigModeState( const DataTypeController::TypeMap& data_type_controllers, const syncable::ModelTypeSet& types, CancelableTask* ready_task, ModelSafeRoutingInfo* routing_info) argument
[all...]
/external/chromium/chrome/browser/sync/sessions/
H A Dsync_session.cc14 const ModelSafeRoutingInfo& routing_info,
21 routing_info_(routing_info) {
12 SyncSession(SyncSessionContext* context, Delegate* delegate, const SyncSourceInfo& source, const ModelSafeRoutingInfo& routing_info, const std::vector<ModelSafeWorker*>& workers) argument
H A Dsync_session.h86 const ModelSafeRoutingInfo& routing_info,
126 const ModelSafeRoutingInfo& routing_info() const { return routing_info_; } function in class:browser_sync::sessions::SyncSession
/external/chromium_org/sync/sessions/
H A Dsync_session_context.cc52 const ModelSafeRoutingInfo& routing_info) {
53 enabled_types_ = GetRoutingInfoTypes(routing_info);
59 for (ModelSafeRoutingInfo::const_iterator routing_iter = routing_info.begin();
60 routing_iter != routing_info.end(); ++routing_iter) {
51 set_routing_info( const ModelSafeRoutingInfo& routing_info) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar_unittest.cc95 syncer::ModelSafeRoutingInfo routing_info; local
96 registrar->GetModelSafeRoutingInfo(&routing_info);
97 EXPECT_EQ(expected_routing_info, routing_info);
H A Dsync_backend_host_core.h26 const syncer::ModelSafeRoutingInfo& routing_info,
48 syncer::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::DoInitializeOptions
147 void DoStartSyncing(const syncer::ModelSafeRoutingInfo& routing_info);
190 const syncer::ModelSafeRoutingInfo routing_info,
H A Dsync_backend_host_core.cc52 const syncer::ModelSafeRoutingInfo& routing_info,
70 routing_info(routing_info),
199 syncer::ModelSafeRoutingInfo routing_info; local
200 registrar_->GetModelSafeRoutingInfo(&routing_info);
207 GetRoutingInfoTypes(routing_info));
215 routing_info,
412 const syncer::ModelSafeRoutingInfo& routing_info) {
414 sync_manager_->StartSyncingNormally(routing_info);
543 const syncer::ModelSafeRoutingInfo routing_info,
49 DoInitializeOptions( base::MessageLoop* sync_loop, SyncBackendRegistrar* registrar, const syncer::ModelSafeRoutingInfo& routing_info, const std::vector<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
411 DoStartSyncing( const syncer::ModelSafeRoutingInfo& routing_info) argument
540 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
571 syncer::ModelSafeRoutingInfo routing_info; local
[all...]
H A Dsync_backend_host_impl.cc93 syncer::ModelSafeRoutingInfo routing_info; local
95 registrar_->GetModelSafeRoutingInfo(&routing_info);
116 routing_info,
150 syncer::ModelSafeRoutingInfo routing_info; local
151 registrar_->GetModelSafeRoutingInfo(&routing_info);
155 core_.get(), routing_info));
361 syncer::ModelSafeRoutingInfo routing_info; local
362 registrar_->GetModelSafeRoutingInfo(&routing_info);
404 routing_info,
490 const syncer::ModelSafeRoutingInfo& routing_info,
483 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...]
/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc68 const syncer::ModelSafeRoutingInfo& routing_info,
61 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
H A Dprofile_sync_service.cc1855 ModelSafeRoutingInfo routing_info; local
1856 backend_->GetModelSafeRoutingInfo(&routing_info);
1857 for (ModelSafeRoutingInfo::const_iterator it = routing_info.begin();
1858 it != routing_info.end(); ++it) {
1904 ModelSafeGroupToString(routing_info[type]));
/external/chromium/chrome/browser/sync/
H A Dsync_ui_util.cc411 ListValue* routing_info = new ListValue(); local
412 strings->Set("routing_info", routing_info);
418 routing_info->Append(val);
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc144 const ModelSafeRoutingInfo& routing_info) {
143 StartSyncingNormally( const ModelSafeRoutingInfo& routing_info) argument
/external/chromium_org/sync/tools/
H A Dsync_client.cc315 ModelSafeRoutingInfo routing_info; local
318 routing_info[it.Get()] = GROUP_PASSIVE;
383 sync_manager->StartSyncingNormally(routing_info);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc244 s->delegate(), s->source(), s->routing_info(), s->workers()));
287 old->source(), old->routing_info(), old->workers()));
395 s->source(), s->routing_info(), s->workers()));
467 void SyncerThread::ScheduleConfigImpl(const ModelSafeRoutingInfo& routing_info, argument
477 routing_info, std::string())),
478 routing_info, workers);
569 ModelSafeRoutingInfo old_info(old_job.session->routing_info());
576 old_job.session->routing_info());
656 ScheduleConfigImpl(old_job.session->routing_info(),
698 old->source(), old->routing_info(), ol
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc522 const ModelSafeRoutingInfo& routing_info) {
529 session_context_->set_routing_info(routing_info);
521 StartSyncingNormally( const ModelSafeRoutingInfo& routing_info) argument
H A Dsync_manager_impl_unittest.cc817 ModelSafeRoutingInfo routing_info; local
818 GetModelSafeRoutingInfo(&routing_info);
853 for (ModelSafeRoutingInfo::iterator i = routing_info.begin();
854 i != routing_info.end(); ++i) {
2752 ModelSafeRoutingInfo routing_info; local
2753 GetModelSafeRoutingInfo(&routing_info);
2757 for (ModelSafeRoutingInfo::iterator i = routing_info.begin();
2758 i != routing_info.end(); ++i) {
2779 for (ModelSafeRoutingInfo::iterator i = routing_info.begin();
2780 i != routing_info
2948 ModelSafeRoutingInfo routing_info; local
3021 ModelSafeRoutingInfo routing_info; local
3063 ModelSafeRoutingInfo routing_info; local
[all...]

Completed in 785 milliseconds