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

  /external/chromium_org/sync/syncable/
syncable_id_unittest.cc 29 v.push_back(TestIdFactory::MakeServer("A"));
30 v.push_back(TestIdFactory::MakeServer("B"));
directory_unittest.cc     [all...]
  /external/chromium_org/sync/test/engine/
test_id_factory.h 46 static syncable::Id MakeServer(std::string name) {
test_syncable_utils.cc 86 node.PutId(syncer::TestIdFactory::MakeServer(tag_name));
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 129 TestIdFactory::MakeServer(name), TestIdFactory::root(),
150 syncable::Id item_id(TestIdFactory::MakeServer(name));
183 syncable::Id node_id = TestIdFactory::MakeServer("xyz");
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 720 entry.PutServerParentId(TestIdFactory::MakeServer("bogus_parent"));
757 entry.PutServerParentId(TestIdFactory::MakeServer("Y"));
762 TestIdFactory::MakeServer("Y"), TestIdFactory::MakeServer("X"), "Y", true,
848 TestIdFactory::MakeServer("child"), TestIdFactory::MakeServer("parent"),
    [all...]
syncer_unittest.cc 328 parent_id_ = ids_.MakeServer("parent id");
329 child_id_ = ids_.MakeServer("child id");
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 118 node.PutId(ids_.MakeServer(tag_name));
    [all...]

Completed in 156 milliseconds