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 154 const ModelSafeRoutingInfo& routing_info() { return routing_info_; } function in class:syncer::SyncSchedulerTest
901 context()->SetRoutingInfo(routing_info());
    [all...]
syncer_unittest.cc 294 ModelSafeRoutingInfo routing_info; local
295 GetModelSafeRoutingInfo(&routing_info);
310 context_->SetRoutingInfo(routing_info);
526 ModelSafeRoutingInfo routing_info; local
527 GetModelSafeRoutingInfo(&routing_info);
530 context_->SetRoutingInfo(routing_info);
539 ModelSafeRoutingInfo routing_info; local
540 GetModelSafeRoutingInfo(&routing_info);
543 context_->SetRoutingInfo(routing_info);
    [all...]
  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 80 ModelSafeRoutingInfo routing_info; local
81 routing_info.insert(std::make_pair(NIGORI, GROUP_PASSIVE));
82 routing_info.insert(std::make_pair(BOOKMARKS, GROUP_UI));
83 routing_info.insert(std::make_pair(AUTOFILL, GROUP_DB));
85 registry()->SetEnabledDirectoryTypes(routing_info);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 89 syncer::ModelSafeRoutingInfo routing_info; local
90 registrar->GetModelSafeRoutingInfo(&routing_info);
91 EXPECT_EQ(expected_routing_info, routing_info);
sync_backend_host_core.h 27 const syncer::ModelSafeRoutingInfo& routing_info,
49 syncer::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::DoInitializeOptions
161 void DoStartSyncing(const syncer::ModelSafeRoutingInfo& routing_info);
204 const syncer::ModelSafeRoutingInfo routing_info,
sync_backend_host_core.cc 55 const syncer::ModelSafeRoutingInfo& routing_info,
73 routing_info(routing_info),
204 syncer::ModelSafeRoutingInfo routing_info; local
205 registrar_->GetModelSafeRoutingInfo(&routing_info);
212 GetRoutingInfoTypes(routing_info));
220 routing_info,
438 const syncer::ModelSafeRoutingInfo& routing_info) {
440 sync_manager_->StartSyncingNormally(routing_info);
573 const syncer::ModelSafeRoutingInfo routing_info,
601 syncer::ModelSafeRoutingInfo routing_info; local
    [all...]
sync_backend_host_impl.cc 115 syncer::ModelSafeRoutingInfo routing_info; local
117 registrar_->GetModelSafeRoutingInfo(&routing_info);
138 routing_info,
172 syncer::ModelSafeRoutingInfo routing_info; local
173 registrar_->GetModelSafeRoutingInfo(&routing_info);
177 core_.get(), routing_info));
393 syncer::ModelSafeRoutingInfo routing_info; local
394 registrar_->GetModelSafeRoutingInfo(&routing_info);
437 routing_info,
578 const syncer::ModelSafeRoutingInfo& routing_info,
    [all...]
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_unittest.cc 200 ModelSafeRoutingInfo routing_info; local
201 routing_info[PREFERENCES] = GROUP_UI;
202 rollback_manager.StartSyncingNormally(routing_info);
224 ModelSafeRoutingInfo routing_info; local
225 routing_info[PREFERENCES] = GROUP_UI;
226 rollback_manager.StartSyncingNormally(routing_info);
sync_manager_impl_unittest.cc 806 ModelSafeRoutingInfo routing_info; local
807 GetModelSafeRoutingInfo(&routing_info);
842 for (ModelSafeRoutingInfo::iterator i = routing_info.begin();
843 i != routing_info.end(); ++i) {
871 ModelSafeRoutingInfo routing_info; local
872 GetModelSafeRoutingInfo(&routing_info);
873 return GetRoutingInfoTypes(routing_info);
1027 ModelSafeRoutingInfo routing_info; local
2373 ModelSafeRoutingInfo routing_info; local
2569 ModelSafeRoutingInfo routing_info; local
2643 ModelSafeRoutingInfo routing_info; local
2685 ModelSafeRoutingInfo routing_info; local
    [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 318 ModelSafeRoutingInfo routing_info; local
321 routing_info[it.Get()] = GROUP_PASSIVE;
386 sync_manager->StartSyncingNormally(routing_info);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 1999 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 665 milliseconds