Home
last modified time | relevance | path

Searched refs:form_with_port (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dlogin_database_unittest.cc580 PasswordForm form_with_port(form); in TEST_F() local
581 form_with_port.origin = GURL("http://localhost:8080/"); in TEST_F()
582 form_with_port.signon_realm = "federation://localhost/accounts.google.com"; in TEST_F()
585 EXPECT_EQ(AddChangeForForm(form_with_port), db().AddLogin(form_with_port)); in TEST_F()
589 form_with_port.in_store = PasswordForm::Store::kProfileStore; in TEST_F()
602 EXPECT_THAT(result, UnorderedElementsAre(Pointee(form_with_port))); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dlogin_database_unittest.cc581 PasswordForm form_with_port(form); in TEST_F() local
582 form_with_port.url = GURL("http://localhost:8080/"); in TEST_F()
583 form_with_port.signon_realm = "federation://localhost/accounts.google.com"; in TEST_F()
586 EXPECT_EQ(AddChangeForForm(form_with_port), db().AddLogin(form_with_port)); in TEST_F()
590 form_with_port.in_store = PasswordForm::Store::kProfileStore; in TEST_F()
603 EXPECT_THAT(result, UnorderedElementsAre(Pointee(form_with_port))); in TEST_F()