HomeSort by relevance Sort by last modified time
    Searched defs:routing_info (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 97 ModelSafeRoutingInfo routing_info; local
101 data_type_controllers, types, NULL, &routing_info));
102 EXPECT_TRUE(routing_info.empty());
114 ModelSafeRoutingInfo routing_info; local
118 data_type_controllers, types, NULL, &routing_info));
119 EXPECT_TRUE(routing_info.empty());
132 ModelSafeRoutingInfo routing_info; local
136 data_type_controllers, types, NULL, &routing_info));
140 EXPECT_EQ(expected_routing_info, routing_info);
156 ModelSafeRoutingInfo routing_info; local
176 ModelSafeRoutingInfo routing_info; local
    [all...]
sync_backend_host.h 584 // value. Takes ownership of |ready_task| (but not |routing_info|).
589 ModelSafeRoutingInfo* routing_info);
614 browser_sync::ModelSafeRoutingInfo routing_info; member in struct:browser_sync::SyncBackendHost::__anon3878
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 86 const ModelSafeRoutingInfo& routing_info,
126 const ModelSafeRoutingInfo& routing_info() const { return routing_info_; } function in class:browser_sync::sessions::SyncSession
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 411 ListValue* routing_info = new ListValue(); local
412 strings->Set("routing_info", routing_info);
418 routing_info->Append(val);

Completed in 109 milliseconds