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

  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 692 assumed to be server IDs. This entry will have its parent_id_string,
698 entry.parent_id_string = parent_id
    [all...]
chromiumsync_test.py 202 proto.parent_id_string = original.parent_id_string
211 proto.parent_id_string = parent.id_string
242 self.assertEqual(result1.parent_id_string, proto1.parent_id_string)
243 self.assertEqual(result2.parent_id_string, result1.id_string)
301 self.assertTrue(result4.parent_id_string ==
302 result1b.parent_id_string ==
303 result5.parent_id_string ==
  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 423 // parent_id_string, name, non_unique_name.
608 string parent_id_string = entry.parent_id_string(); local
610 if (changed_ids.end() != changed_ids.find(parent_id_string)) {
611 parent_id_string = changed_ids[parent_id_string];
612 er->set_parent_id_string(parent_id_string);
single_type_mock_server.cc 118 entryresponse->set_parent_id_string(it->parent_id_string());
  /external/chromium_org/sync/engine/
directory_commit_contribution_unittest.cc 93 response->set_parent_id_string(entity.parent_id_string());
324 EXPECT_FALSE(commit_message.entries(0).parent_id_string().empty());
350 EXPECT_TRUE(commit_message.entries(0).parent_id_string().empty());
process_updates_util.cc 250 (SyncableIdFromProto(update.parent_id_string()) ==
syncer_proto_util.cc 571 entry.parent_id_string().c_str(),
syncer_util.cc 384 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string()));
model_type_sync_worker_impl_unittest.cc 675 EXPECT_EQ(kTypeParentId, entity.parent_id_string());
    [all...]
syncer_unittest.cc     [all...]
  /external/chromium_org/sync/test/fake_server/
fake_server.cc 427 string parent_id = client_entity.parent_id_string();
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 838 SET_STR(parent_id_string);
960 SET_STR(parent_id_string);
    [all...]

Completed in 90 milliseconds