Home | History | Annotate | Download | only in password_manager

Lines Matching defs:expectation

199     PasswordFormData* expectation = expectations[i];
200 EXPECT_EQ(expectation->scheme, form->scheme) << test_label;
201 EXPECT_EQ(std::string(expectation->signon_realm), form->signon_realm)
203 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label;
204 EXPECT_EQ(GURL(expectation->action), form->action) << test_label;
205 EXPECT_EQ(WideToUTF16(expectation->submit_element), form->submit_element)
207 EXPECT_EQ(WideToUTF16(expectation->username_element),
209 EXPECT_EQ(WideToUTF16(expectation->password_element),
211 if (expectation->username_value) {
212 EXPECT_EQ(WideToUTF16(expectation->username_value),
214 EXPECT_EQ(WideToUTF16(expectation->password_value),
219 EXPECT_EQ(expectation->preferred, form->preferred) << test_label;
220 EXPECT_EQ(expectation->ssl_valid, form->ssl_valid) << test_label;
221 EXPECT_DOUBLE_EQ(expectation->creation_time,