HomeSort by relevance Sort by last modified time
    Searched defs:routing_info (Results 1 - 14 of 14) sorted by null

  /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 166 const ModelSafeRoutingInfo& routing_info() { return routing_info_; } function in class:syncer::SyncSchedulerTest
891 context()->SetRoutingInfo(routing_info());
    [all...]
syncer_unittest.cc 301 ModelSafeRoutingInfo routing_info; local
302 GetModelSafeRoutingInfo(&routing_info);
319 context_->SetRoutingInfo(routing_info);
535 ModelSafeRoutingInfo routing_info; local
536 GetModelSafeRoutingInfo(&routing_info);
539 context_->SetRoutingInfo(routing_info);
548 ModelSafeRoutingInfo routing_info; local
549 GetModelSafeRoutingInfo(&routing_info);
552 context_->SetRoutingInfo(routing_info);
    [all...]
  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 84 ModelSafeRoutingInfo routing_info; local
85 routing_info.insert(std::make_pair(NIGORI, GROUP_PASSIVE));
86 routing_info.insert(std::make_pair(BOOKMARKS, GROUP_UI));
87 routing_info.insert(std::make_pair(AUTOFILL, GROUP_DB));
89 registry()->SetEnabledDirectoryTypes(routing_info);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 90 syncer::ModelSafeRoutingInfo routing_info; local
91 registrar->GetModelSafeRoutingInfo(&routing_info);
92 EXPECT_EQ(expected_routing_info, routing_info);
sync_backend_host_core.h 28 const syncer::ModelSafeRoutingInfo& routing_info,
48 syncer::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::DoInitializeOptions
160 void DoStartSyncing(const syncer::ModelSafeRoutingInfo& routing_info);
197 const syncer::ModelSafeRoutingInfo routing_info,
sync_backend_host_core.cc 58 const syncer::ModelSafeRoutingInfo& routing_info,
76 routing_info(routing_info),
206 syncer::ModelSafeRoutingInfo routing_info; local
207 registrar_->GetModelSafeRoutingInfo(&routing_info);
214 GetRoutingInfoTypes(routing_info));
222 routing_info,
466 const syncer::ModelSafeRoutingInfo& routing_info) {
468 sync_manager_->StartSyncingNormally(routing_info);
579 const syncer::ModelSafeRoutingInfo routing_info,
612 syncer::ModelSafeRoutingInfo routing_info; local
    [all...]
sync_backend_host_impl.cc 118 syncer::ModelSafeRoutingInfo routing_info; local
120 registrar_->GetModelSafeRoutingInfo(&routing_info);
141 routing_info,
175 syncer::ModelSafeRoutingInfo routing_info; local
176 registrar_->GetModelSafeRoutingInfo(&routing_info);
180 core_.get(), routing_info));
391 syncer::ModelSafeRoutingInfo routing_info; local
392 registrar_->GetModelSafeRoutingInfo(&routing_info);
435 routing_info,
571 const syncer::ModelSafeRoutingInfo& routing_info,
    [all...]
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_unittest.cc 203 ModelSafeRoutingInfo routing_info; local
204 routing_info[PREFERENCES] = GROUP_UI;
205 rollback_manager.StartSyncingNormally(routing_info);
227 ModelSafeRoutingInfo routing_info; local
228 routing_info[PREFERENCES] = GROUP_UI;
229 rollback_manager.StartSyncingNormally(routing_info);
sync_manager_impl_unittest.cc 809 ModelSafeRoutingInfo routing_info; local
810 GetModelSafeRoutingInfo(&routing_info);
841 for (ModelSafeRoutingInfo::iterator i = routing_info.begin();
842 i != routing_info.end(); ++i) {
871 ModelSafeRoutingInfo routing_info; local
872 GetModelSafeRoutingInfo(&routing_info);
873 return GetRoutingInfoTypes(routing_info);
1022 ModelSafeRoutingInfo routing_info; local
2354 ModelSafeRoutingInfo routing_info; local
2553 ModelSafeRoutingInfo routing_info; local
2627 ModelSafeRoutingInfo routing_info; local
2669 ModelSafeRoutingInfo routing_info; local
    [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 394 ModelSafeRoutingInfo routing_info; local
397 routing_info[it.Get()] = GROUP_PASSIVE;
460 sync_manager->StartSyncingNormally(routing_info);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 2017 ModelSafeRoutingInfo routing_info; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nb30.h 126 UCHAR routing_info[18]; member in struct:_FIND_NAME_BUFFER

Completed in 460 milliseconds