Home
last modified time | relevance | path

Searched refs:GetModelSafeRoutingInfo (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dmock_model_safe_workers.h36 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out);
Dmodel_safe_worker.h93 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) = 0;
Dmock_model_safe_workers.cc48 void MockModelSafeWorkerRegistrar::GetModelSafeRoutingInfo( in GetModelSafeRoutingInfo() function in browser_sync::MockModelSafeWorkerRegistrar
Dsyncapi_unittest.cc682 GetModelSafeRoutingInfo(&routes); in SetUp()
705 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) { in GetModelSafeRoutingInfo() function in sync_api::__anond562a2a20411::SyncManagerTest
757 GetModelSafeRoutingInfo(&routes); in SyncNotifierUpdateEnabledTypes()
Dsyncer_thread.cc412 registrar->GetModelSafeRoutingInfo(&r_tmp); in GetModelSafeParamsForTypes()
797 session_context_->registrar()->GetModelSafeRoutingInfo(&routes); in CreateSyncSession()
Dsyncapi.cc1330 registrar_->GetModelSafeRoutingInfo(&enabled_types); in InitialSyncEndedForAllEnabledTypes()
1917 registrar_->GetModelSafeRoutingInfo(&routes); in UpdateEnabledTypes()
2101 registrar_->GetModelSafeRoutingInfo(&routes); in ReEncryptEverything()
2480 registrar_->GetModelSafeRoutingInfo(&enabled_types); in OnSyncEngineEvent()
Dsyncer_thread2_unittest.cc917 context()->registrar()->GetModelSafeRoutingInfo(&expected); in TEST_F()
Dsyncer_unittest.cc128 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) { in GetModelSafeRoutingInfo() function in browser_sync::SyncerTest
155 GetModelSafeRoutingInfo(&info); in MakeSession()
353 GetModelSafeRoutingInfo(&routes); in DoTruncationTest()
/external/chromium/chrome/browser/sync/
Dtest_profile_sync_service.cc59 GetModelSafeRoutingInfo(&enabled_types); in SimulateSyncCycleCompletedInitialSyncEnded()
185 backend_->GetModelSafeRoutingInfo(&enabled_types); in SetInitialSyncEndedForEnabledTypes()
Dprofile_sync_service.h366 void GetModelSafeRoutingInfo(browser_sync::ModelSafeRoutingInfo* out);
Dsync_ui_util.cc410 service->GetModelSafeRoutingInfo(&routes); in ConstructAboutInformation()
Dprofile_sync_service.cc1039 void ProfileSyncService::GetModelSafeRoutingInfo( in GetModelSafeRoutingInfo() function in ProfileSyncService
1042 backend_->GetModelSafeRoutingInfo(out); in GetModelSafeRoutingInfo()
/external/chromium/chrome/browser/sync/sessions/
Dsync_session_unittest.cc29 GetModelSafeRoutingInfo(&routes_); in SyncSessionTest()
71 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) { in GetModelSafeRoutingInfo() function in browser_sync::sessions::__anona528252c0111::SyncSessionTest
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.h231 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out);
Dsync_backend_host.cc659 void SyncBackendHost::GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) { in GetModelSafeRoutingInfo() function in browser_sync::SyncBackendHost