Searched refs:routing_info_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar.cc113 DCHECK(routing_info_.empty());
120 routing_info_[it.Get()] = syncer::GROUP_PASSIVE;
126 routing_info_.erase(syncer::TYPED_URLS);
132 routing_info_.erase(syncer::PASSWORDS);
135 last_configured_types_ = syncer::GetRoutingInfoTypes(routing_info_);
141 return routing_info_.find(syncer::NIGORI) != routing_info_.end();
165 if (routing_info_.count(it.Get()) == 0) {
166 routing_info_[it.Get()] = syncer::GROUP_PASSIVE;
172 routing_info_
[all...]
H A Dsync_backend_registrar.h175 syncer::ModelSafeRoutingInfo routing_info_; member in class:browser_sync::SyncBackendRegistrar
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc129 routing_info_[THEMES] = GROUP_UI;
130 routing_info_[TYPED_URLS] = GROUP_DB;
131 routing_info_[THEMES] = GROUP_UI;
132 routing_info_[NIGORI] = GROUP_PASSIVE;
154 context_->SetRoutingInfo(routing_info_);
166 const ModelSafeRoutingInfo& routing_info() { return routing_info_; }
259 ModelSafeRoutingInfo routing_info_; member in class:syncer::SyncSchedulerTest

Completed in 123 milliseconds