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

  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker_unittest.cc 42 TEST_F(ModelSafeWorkerTest, GetRoutingInfoTypes) {
48 EXPECT_TRUE(GetRoutingInfoTypes(routing_info).Equals(expected_types));
model_safe_worker.h 151 SYNC_EXPORT ModelTypeSet GetRoutingInfoTypes(
model_safe_worker.cc 34 ModelTypeSet GetRoutingInfoTypes(const ModelSafeRoutingInfo& routing_info) {
  /external/chromium_org/sync/sessions/
sync_session_context.cc 53 enabled_types_ = GetRoutingInfoTypes(routing_info);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 133 last_configured_types_ = syncer::GetRoutingInfoTypes(routing_info_);
182 last_configured_types_ = syncer::GetRoutingInfoTypes(routing_info_);
sync_backend_host_core.cc 207 GetRoutingInfoTypes(routing_info));
573 syncer::ModelTypeSet enabled_types = GetRoutingInfoTypes(routing_info);
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 158 enabled_types_ = GetRoutingInfoTypes(new_routing_info);
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc     [all...]
sync_manager_impl.cc 312 << ModelTypeSetToString(GetRoutingInfoTypes(new_routing_info))
    [all...]

Completed in 33 milliseconds