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

  /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...]
syncapi.cc     [all...]
syncer_thread2_unittest.cc     [all...]
syncer_unittest.cc 128 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
155 GetModelSafeRoutingInfo(&info);
353 GetModelSafeRoutingInfo(&routes);
    [all...]
  /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/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);
sync_backend_host.cc 659 void SyncBackendHost::GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
    [all...]

Completed in 338 milliseconds