Lines Matching defs:id3
1236 mock_server_->AddUpdatePref("id3", parent_id_.GetServerId(), "tag3", 40, 40);
2662 Entry id3(&trans, GET_BY_ID, ids_.FromNumber(4096));
2663 ASSERT_TRUE(id3.good());
2664 EXPECT_TRUE("alice" == id3.GetNonUniqueName());
2665 EXPECT_TRUE(root_id_ == id3.GetParentId());
2684 Entry id3(&trans, GET_BY_ID, ids_.FromNumber(4096));
2685 ASSERT_TRUE(id3.good());
2686 EXPECT_TRUE("bob" == id3.GetNonUniqueName());
2687 EXPECT_TRUE(root_id_ == id3.GetParentId());
4101 syncable::Id id3 = TestIdFactory::MakeServer("3");
4102 mock_server_->AddUpdatePref(id3.GetServerId(), ids_.root().GetServerId(),
4124 ASSERT_EQ(id3, tag2.GetId())