Home | History | Annotate | Download | only in password_manager

Lines Matching refs:updates

601   // Test that adding duplicate item updates the existing item.
1134 UpdateData updates[] = {
1160 for (unsigned int i = 0; i < ARRAYSIZE_UNSAFE(updates); ++i) {
1162 updates[i].form_data));
1169 for (unsigned int i = 0; i < ARRAYSIZE_UNSAFE(updates); ++i) {
1171 CreatePasswordFormFromData(updates[i].form_data));
1176 if (updates[i].password) {
1179 EXPECT_EQ(ASCIIToUTF16(updates[i].password),
1187 EXPECT_EQ(updates[i].password ? 1U : 0U, matching_items.size())