/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...] |
/external/chromium_org/sync/engine/ |
sync_scheduler.h | 32 const ModelSafeRoutingInfo& routing_info, 42 ModelSafeRoutingInfo routing_info; member in struct:syncer::ConfigurationParams
|
sync_scheduler_unittest.cc | 155 const ModelSafeRoutingInfo& routing_info() { return routing_info_; } function in class:syncer::SyncSchedulerTest 893 context()->set_routing_info(routing_info()); [all...] |
syncer_unittest.cc | 222 ModelSafeRoutingInfo routing_info; local 225 GetModelSafeRoutingInfo(&routing_info); 236 context_->set_routing_info(routing_info); 441 ModelSafeRoutingInfo routing_info; local 442 GetModelSafeRoutingInfo(&routing_info); 445 context_->set_routing_info(routing_info); 454 ModelSafeRoutingInfo routing_info; local 455 GetModelSafeRoutingInfo(&routing_info); 458 context_->set_routing_info(routing_info); [all...] |
/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.h | 584 // value. Takes ownership of |ready_task| (but not |routing_info|). 589 ModelSafeRoutingInfo* routing_info); 614 browser_sync::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::SyncBackendHost::__anon4896
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_registrar_unittest.cc | 95 syncer::ModelSafeRoutingInfo routing_info; local 96 registrar->GetModelSafeRoutingInfo(&routing_info); 97 EXPECT_EQ(expected_routing_info, routing_info);
|
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_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_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...] |
/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
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util.cc | 411 ListValue* routing_info = new ListValue(); local 412 strings->Set("routing_info", routing_info); 418 routing_info->Append(val);
|
/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/chrome/browser/sync/ |
profile_sync_service.cc | 1855 ModelSafeRoutingInfo routing_info; local [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 817 ModelSafeRoutingInfo routing_info; local 818 GetModelSafeRoutingInfo(&routing_info); 853 for (ModelSafeRoutingInfo::iterator i = routing_info.begin(); 854 i != routing_info.end(); ++i) { 2752 ModelSafeRoutingInfo routing_info; local 2948 ModelSafeRoutingInfo routing_info; local 3021 ModelSafeRoutingInfo routing_info; local 3063 ModelSafeRoutingInfo routing_info; local [all...] |