HomeSort by relevance Sort by last modified time
    Searched refs:routing_info_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 113 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_.erase(it.Get())
    [all...]
sync_backend_registrar.h 175 syncer::ModelSafeRoutingInfo routing_info_; member in class:browser_sync::SyncBackendRegistrar
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 129 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
    [all...]

Completed in 780 milliseconds