HomeSort by relevance Sort by last modified time
    Searched refs:ModelSafeRoutingInfo (Results 26 - 41 of 41) sorted by null

12

  /external/chromium/chrome/browser/sync/engine/
verify_updates_command.cc 79 const ModelSafeRoutingInfo& routes) {
syncapi_unittest.cc 51 using browser_sync::ModelSafeRoutingInfo;
681 ModelSafeRoutingInfo routes;
683 for (ModelSafeRoutingInfo::iterator i = routes.begin(); i != routes.end();
705 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
756 ModelSafeRoutingInfo routes;
759 for (ModelSafeRoutingInfo::const_iterator it = routes.begin();
    [all...]
build_and_process_conflict_sets_command.cc 63 const ModelSafeRoutingInfo& routes) {
152 const ModelSafeRoutingInfo& routes,
syncer_thread.h 253 void ScheduleConfigImpl(const ModelSafeRoutingInfo& routing_info,
syncapi.cc 75 using browser_sync::ModelSafeRoutingInfo;
    [all...]
syncer_thread2_unittest.cc     [all...]
syncer_unittest.cc 128 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
153 ModelSafeRoutingInfo info;
352 ModelSafeRoutingInfo routes;
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 71 virtual void GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
98 ModelSafeRoutingInfo routes_;
268 ModelSafeRoutingInfo routes_one, routes_two;
329 for (ModelSafeRoutingInfo::iterator iter = routes_.begin();
ordered_commit_set_unittest.cc 21 browser_sync::ModelSafeRoutingInfo routes_;
status_controller.cc 16 StatusController::StatusController(const ModelSafeRoutingInfo& routes)
status_controller_unittest.cc 18 ModelSafeRoutingInfo routes_;
session_state.cc 350 commit_set(ModelSafeRoutingInfo()) {
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 360 ModelSafeRoutingInfo* routing_info) {
494 browser_sync::ModelSafeRoutingInfo::iterator i =
659 void SyncBackendHost::GetModelSafeRoutingInfo(ModelSafeRoutingInfo* out) {
661 ModelSafeRoutingInfo copy(registrar_.routing_info);
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 409 browser_sync::ModelSafeRoutingInfo routes;
413 browser_sync::ModelSafeRoutingInfo::const_iterator it = routes.begin();
profile_sync_service.h 366 void GetModelSafeRoutingInfo(browser_sync::ModelSafeRoutingInfo* out);
profile_sync_service.cc     [all...]

Completed in 938 milliseconds

12