HomeSort by relevance Sort by last modified time
    Searched refs:routing_info (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker_unittest.cc 18 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...]
model_safe_worker.cc 15 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) {
36 for (ModelSafeRoutingInfo::const_iterator it = routing_info.begin();
37 it != routing_info.end(); ++it) {
model_safe_worker.h 146 const ModelSafeRoutingInfo& routing_info);
149 const ModelSafeRoutingInfo& routing_info);
152 const ModelSafeRoutingInfo& routing_info);
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 97 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...]
sync_backend_host.cc 119 // 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
    [all...]
  /external/chromium_org/sync/sessions/
sync_session_context.cc 52 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) {
sync_session_context.h 74 void set_routing_info(const ModelSafeRoutingInfo& routing_info);
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 57 ModelSafeRoutingInfo prev(routing_info());
62 prev = routing_info();
76 ModelSafeRoutingInfo prev(routing_info());
cleanup_disabled_types_command.cc 24 if (session->routing_info().count(model_type))
download_updates_command.cc 48 for (ModelSafeRoutingInfo::const_iterator i = session->routing_info().begin();
49 i != session->routing_info().end(); ++i) {
verify_updates_command.cc 48 session->routing_info());
53 session->routing_info());
apply_updates_command.cc 33 handles.begin(), handles.end(), session->routing_info(),
syncer_thread.cc 244 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,
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(), old->workers()))
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler.h 32 const ModelSafeRoutingInfo& routing_info,
42 ModelSafeRoutingInfo routing_info; member in struct:syncer::ConfigurationParams
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 86 const ModelSafeRoutingInfo& routing_info,
126 const ModelSafeRoutingInfo& routing_info() const { return routing_info_; } function in class:browser_sync::sessions::SyncSession
sync_session.cc 14 const ModelSafeRoutingInfo& routing_info,
21 routing_info_(routing_info) {
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 52 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,
571 syncer::ModelSafeRoutingInfo routing_info; local
    [all...]
sync_backend_host_impl.cc 93 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,
    [all...]
sync_backend_host_core.h 26 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,
sync_backend_registrar_unittest.cc 95 syncer::ModelSafeRoutingInfo routing_info; local
96 registrar->GetModelSafeRoutingInfo(&routing_info);
97 EXPECT_EQ(expected_routing_info, routing_info);
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 52 const syncer::ModelSafeRoutingInfo& routing_info,
test_profile_sync_service.cc 68 const syncer::ModelSafeRoutingInfo& routing_info,
  /external/chromium_org/sync/tools/
sync_client.cc 315 ModelSafeRoutingInfo routing_info; local
318 routing_info[it.Get()] = GROUP_PASSIVE;
383 sync_manager->StartSyncingNormally(routing_info);
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 348 const ModelSafeRoutingInfo& routing_info) = 0;
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 103 const ModelSafeRoutingInfo& routing_info) OVERRIDE;

Completed in 885 milliseconds

1 2