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

1 2

  /external/chromium/chrome/browser/sync/engine/
mock_model_safe_workers.h 36 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out);
model_safe_worker.h 93 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) = 0;
mock_model_safe_workers.cc 48 void MockModelSafeWorkerRegistrar::GetModelSafeRoutingInfo(
syncapi_unittest.cc 682 GetModelSafeRoutingInfo(&routes);
705 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
757 GetModelSafeRoutingInfo(&routes);
    [all...]
syncer_thread.cc 412 registrar->GetModelSafeRoutingInfo(&r_tmp);
797 session_context_->registrar()->GetModelSafeRoutingInfo(&routes);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 189 virtual void GetModelSafeRoutingInfo(
sync_backend_host_mock.h 91 virtual void GetModelSafeRoutingInfo(
sync_backend_host_mock.cc 102 void SyncBackendHostMock::GetModelSafeRoutingInfo(
sync_backend_registrar.h 113 void GetModelSafeRoutingInfo(syncer::ModelSafeRoutingInfo* out);
sync_backend_host_impl.cc 95 registrar_->GetModelSafeRoutingInfo(&routing_info);
151 registrar_->GetModelSafeRoutingInfo(&routing_info);
362 registrar_->GetModelSafeRoutingInfo(&routing_info);
461 void SyncBackendHostImpl::GetModelSafeRoutingInfo(
465 registrar_->GetModelSafeRoutingInfo(out);
sync_backend_host_impl.h 122 virtual void GetModelSafeRoutingInfo(
sync_backend_host_core.cc 200 registrar_->GetModelSafeRoutingInfo(&routing_info);
572 registrar_->GetModelSafeRoutingInfo(&routing_info);
sync_backend_registrar_unittest.cc 96 registrar->GetModelSafeRoutingInfo(&routing_info);
sync_backend_registrar.cc 275 void SyncBackendRegistrar::GetModelSafeRoutingInfo(
  /external/chromium_org/sync/sessions/
sync_session_unittest.cc 119 void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) const {
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 59 GetModelSafeRoutingInfo(&enabled_types);
185 backend_->GetModelSafeRoutingInfo(&enabled_types);
profile_sync_service.h 366 void GetModelSafeRoutingInfo(browser_sync::ModelSafeRoutingInfo* out);
sync_ui_util.cc 410 service->GetModelSafeRoutingInfo(&routes);
profile_sync_service.cc     [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_passwords_sync_test.cc 249 GetClient(0)->service()->GetModelSafeRoutingInfo(&routes);
252 GetClient(1)->service()->GetModelSafeRoutingInfo(&routes);
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 29 GetModelSafeRoutingInfo(&routes_);
71 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 231 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 541 void GetModelSafeRoutingInfo(syncer::ModelSafeRoutingInfo* out) const;
    [all...]
profile_sync_service.cc     [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 818 GetModelSafeRoutingInfo(&routing_info);
868 void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
    [all...]

Completed in 344 milliseconds

1 2