Home | History | Annotate | Download | only in engine

Lines Matching defs:routes

1916   ModelSafeRoutingInfo routes;
1917 registrar_->GetModelSafeRoutingInfo(&routes);
1919 for (ModelSafeRoutingInfo::const_iterator it = routes.begin();
1920 it != routes.end(); ++it) {
2100 ModelSafeRoutingInfo routes;
2101 registrar_->GetModelSafeRoutingInfo(&routes);
2105 if (*iter == syncable::PASSWORDS || routes.count(*iter) == 0)
2139 if (routes.count(syncable::PASSWORDS) > 0) {